/* ========== CONTACT PAGE ========== */
.contactW{position:relative; width:100%; margin:0px auto; background:#fefefe url('../images/bg-g2.png') repeat-x bottom left;}
.contactI{position:relative; min-height:500px; width:850px; margin:0px auto; padding:20px 0px 10px 0px;}

.info{position:relative; float:left; width:250px;}
.info h3{position:relative; float:left;}
.info h4{position:relative; float:left; width:280px; margin-top:30px;}
.info p{position:relative; float:left; width:300px; padding-bottom:0px;}
.info ul{position:relative; float:left; text-align:right;}
.info li{position:relative; float:left; line-height:20px; width:155px;}
.info .map{position:relative; float:left; height:20px; width:186px; margin:10px 0px 10px 0px; background: url('../images/sprite-link.png') no-repeat 0px -140px; text-indent: -9999px;}

#contact {position:relative; float:left; width:500px; display:block; margin-right:50px}

#contact label {display:inline-block; float:left; height:35px; line-height:35px; width:100px; -webkit-border-radius:5px; -moz-border-radius:5px;}

#contact input, textarea, select {width:280px; margin:0; padding:5px; color:#666; background:#f5f5f5; border:1px solid #ccc; margin:5px 0;  -webkit-border-radius:5px; -moz-border-radius:5px;}   

#contact input:focus, textarea:focus, select:focus {border:1px solid #999; background-color:#fff; color:#333;}

#contact input.submit {width:85px; cursor:pointer; border:1px solid #ccc; background:#f5f5f5; font-size:16px; padding:5px; color:#444; -webkit-border-radius:5px; -moz-border-radius:5px;}

#contact input.submit:hover { background:#30a566; color:#fff; }

#contact input[type="submit"][disabled] { background:#888; }

#contact span.required{ color: #ff0000; } /* Select the colour of the * if the field is required. */

#message {width:600px; margin:10px 0px;}

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; -moz-border-radius:5px;}

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }