/* CONTACT */

.error, .message{
	background: #FAFDD5;
	border: #4b4b4b 1px solid;
	width: 500px;
	margin: 10px 0px 20px 0px;
}

.error{
	background: #FFDADA;
}
.error p, .message p{
	padding: 5px 20px 5px 20px;
	margin: 10px !important;
	
}

#content #contact_info{
	float: right;
}

#content #contact_info p{
	font-size: 14px;
	line-height: 24px;
}

#content #contact_info p a{
	text-decoration: none;
}

#contact_form_container{
	margin: 20px 0px 20px 10px;
	width: 420px;
	
}

#contact_form div.row{
	margin: 10px 0px 10px 0px;
}

#contact_form div.row label{
	width: 180px;
	float: left;
}

#contact_form .row label span.req{
	color: #FF2424;
}

#contact_form .row input{
	height: 18px;
	width: 200px;
}

#contact_form .row{
	margin: 10px 0px 20px 0px;
}

#contact_form .row textarea{
	height: 100px;
}

#contact_form .row #submit{
	width: auto;
}

#contact_form .row #submit:hover{
	cursor: pointer;
}

/* MAP */

#map_canvas div#map_overlay h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#map_canvas div#map_overlay p{
	font-size: 13px;
	line-height: 16px;
}
