/* ----------- My Form ----------- */

#the_details {
	float:left;
	width:409px; 
}
.myform{
margin:0 auto;
width:385px;
padding:10px;
}

/* ----------- stylized ----------- */
#stylized_postcode {height: 120px; padding-bottom:15px; padding-top:10px; margin-bottom:20px}
#stylized_postcode, #stylized{border:solid 2px #b7ddf2;background:#ebf4fb; font-family:arial; margin-top:20px}
#stylized strong {color:red; font-size:12px;}
#stylized_postcode h2, #stylized h2 {font-size:14px;font-weight:bold;margin-bottom:5px;}
#stylized_postcode p, #stylized p{font-size:11px;color:#666666;margin-bottom:20px;border-bottom:solid 1px #b7ddf2;padding-bottom:10px;}
#stylized_postcode label, #stylized label{display:block;font-weight:bold;text-align:right;width:140px;float:left;}
#stylized_postcode .small, #stylized .small{color:#666666;display:block;font-size:11px;font-weight:normal;text-align:right;width:140px;}
#stylized_postcode input, #stylized input{float:left;font-size:12px;padding:4px 2px;border:solid 1px #aacfe4;width:200px;margin:2px 0 20px 10px;}
/* #stylized_postcode button, #stylized button{clear:both;margin-left:150px;width:165px;height:31px;background:#666666 url(img/button.png) no-repeat;text-align:center;line-height:31px;color:#FFFFFF;font-size:11px;font-weight:bold;}*/

#stylized_postcode .abutton, #stylized .abutton {background:url("../images/tabs-center.png") repeat-x scroll 0 bottom transparent; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; color:#FFF; display:inline-block; font-size:11px; line-height:21px; margin:0px 0 0 150px; width:165px; text-transform:uppercase; background-color:#71c819;cursor: pointer;}
#stylized_postcode .abutton:hover{background-position: 0 0;}

#google_locator {
	text-align:left;
	border:0px;
	text-align:left;
	margin-top:10px;
	overflow: hidden;
	width: 600px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 40px;
}
#google_locator h1 {
	padding:0;
	font-family:arial;
	font-size:16px;
	text-align:left;
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
#google_locator h2 {margin:0 0 10px 0; padding:0; font-family:arial; font-size:14px;}
#map_canvas {
	width: 540px;
	height: 600px;
	border:solid 2px #b7ddf2;
	float: left;
}
