div#contact_left {
	width:500px;
	float:left;
	padding-bottom:40px;
}

div#contact_left span.subtitle {
	font-weight:bold;
	display:block;
}

div#contact_map {
	width:400px;
	float:left;
	border:1px solid #FF4E00;
	border-radius:4px;
}

div#directions label {
	font-weight:bold;
}

span.fordirections {
	display:block;
	font-size:10px;
	padding-bottom:10px;
}

.btn_submit 		{ font-weight:bold; width:36px; background:#FFFFFF; 
						-moz-box-shadow: inset 0 0 15px #EDEDED; -webkit-box-shadow: inset 0 0 15px #EDEDED; box-shadow: inset 0 0 15px #EDEDED;}

.btn_submit:hover 	{ background:#FF4F01; color:#FFFFFF; cursor:pointer; border:1px solid #E12506;
						-moz-box-shadow: inset 0 0 15px #E12506; -webkit-box-shadow: inset 0 0 15px #E12506; box-shadow: inset 0 0 15px #E12506;}

#map_canvas			{ border-radius:4px; }

input 				{ border-radius:4px; border:1px solid #999999; padding:3px 5px; color:#666666; letter-spacing:1px; text-transform:Uppercase; }