#contact_table td{
	width: 50%;
	vertical-align: top;
}

#contact_table td p{
	margin: -10px 0 10px 0;
	padding-left: 55px;
}

#contact_table td table{
	margin-left: 55px;
	line-height: 1.2em;
}

#contact_table td table td{
	width: auto;
}

#success_msg{
	color:green;
	font-size:1em;
	font-weight:bolder;
}

.fail_msg{
	color:red;
	font-size:1em;
	font-weight:bolder;
}

#map{
	width: 500px;
	height: 300px; 
	margin:20px auto 10px auto;
	border: solid 5px #333333;	
}

fieldset{border:none;}
