/* MAPS CUSTOM STYLES */ 
.map_content_wrapper { padding:20px; width:600px;background: white; }
#stationinfo { width:250px; font-size:10pt; font-family: arial,verdana,geneva,helvetica; }
#stationdd {width:250px;font-size:8pt;font-family: arial,verdana,geneva,helvetica;display: none;}
#stationname {font-size:12pt;font-family: arial,verdana,geneva,helvetica;font-weight:bold;}
#ddErrMsg {display:none; width: 535px; }
#getdir {font-size:10pt;}
h2#stations_dd { height: 14px;font-size: 14px;margin-bottom: 0; }

.text_note { margin-top: 5px; font-size: 11px; color: #666666; }
#dd_stationname { font-size: 90%; font-weight: bold; color: #258AD0; }
#dd_wrapper{
	background-color: #e9e9e9;
	border: 1px solid #a9a9a9;
	width: 580px;
	min-height: 182px;
	height: auto !important;
	height: 182px;	
	padding: 0;
}
#dd_from { 
	padding: 10px; 
	width: 46%;
	background-color: #E9E9E9; 
	float: left;
}
#dd_to { 
	padding: 10px;
	width: 46%;
	min-height: 162px;
	height: auto !important;
	height: 162px;
	border-left: 1px solid #A9A9A9;
	float: right;
	background-color: #ffffff;
}
#dd_from h5, #dd_to h5 { margin-top: -2px; }
#dd_from input, #dd_to input { margin-bottom: 10px; }
.dd_formlabel { font-size: 10px; }
.dd_inputtext { width: 237px; }
#dd_statewrapper, #dd_zipwrapper { 
	float: left;
}
#dd_statewrapper { width: 130px; }
#dd_zipwrapper #zip { width: 75px; }
#dd_btnDirections { 
	clear: left; 
	width: 585px;
	padding-top:20px;
}
.map_object {
	width: 590px; 
	height: 598px;
	border: 1px solid #a9a9a9;
}

