/* CSS Document */

#exploresitecontainer {
	left: -500px;
	top: -500px;
	position: absolute;
	filter: alpha(opacity=90);
	opacity: 0.9;
	width: 320px;
	height: 350px;
	z-index: 1;
	background: #ffffff;
	border: 1px solid #000000;
}
#exploresitecontainertext {
	margin: 10px;
}
#commandcontainer {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 5px;
	background-color: #EFEBDE;
	border: 1px dashed #000000;
	text-align: center;
}
#commandcontainer a:link, #commandcontainer a:visited, #commandcontainer a:hover, #commandcontainer a:active {
	color: #4799B5;
	text-decoration: underline;
	font-weight: bold;	
}
