#SAPanel #MapWindow {
	overflow: hidden;
	color:#000000;
	height: 300px;
	width: 760px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#MapWindow #map_canvas {
	height: 298px;
	width: 758px;
	border: 1px solid #000000;
}
#MapWindow #map_controls {
	background: #000000;
	height: 30px;
	width: 740px;
	padding: 10px;
}
#MapWindow #map_controls span {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	height: 14px;
	display: block;
	padding: 8px;
}


#SAPanel .cordTextField {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
	background-color: #DEDEDE;
	display: inline-block;
	border: 1px solid #FFFFFF;
	padding: 3px;
	height: 17px;
}
#SAPanel .cordSelectField {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
	background-color: #DEDEDE;
	display: inline-block;
	border: 1px solid #FFFFFF;
	height: 25px;
}
#SAPanel .cordTopButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 30px;
	border: 0px none #FFFFFF;
	margin: 0px;
	font-weight: normal;
}
#SAPanel #goButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 40px;
	height: 25px;
	text-transform: uppercase;
	background-image: url(../../images/button_smallgobutton.gif);
	border: 0px none #000000;
	background-color: #000000;
}
#SAPanel #preview {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	background-color: #CCCCCC;
	display: block;
	width: 100%;
	height: 35px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../../images/button_bg.gif);
	background-repeat: repeat-x;
}

