@charset "UTF-8";
/* CSS Document */
.contact hr{margin:15px 0px;}

.contact .map{float:right; border:solid 1px #000; margin-right:30px;}
.contact .basicInfo{float:left;width:211px; padding:0 30px;}
.contact .basicInfo p{text-align:center;}

.contact label{display:block; float:left;width:200px; color:#742630; margin:5px 0;}
.contact label span{ font-weight:bold;}
.contact input{display:block; margin:5px 0; width:250px;}
.contact textarea{clear:both; width:455px; height:75px;}

.contact .buttons{text-align:center; width:455px;margin:15px 0;}
.contact .buttons input{width:auto; float:none; display:inline;margin:0px 5px;}

.contact p.errors, .contact p.errors strong{font-size:12px; color:#F00;}
.contact p.errors strong{text-decoration:underline;}
