
#contact { display: block; width: 100%; padding: 35px; background-color: #e9e9e9; float:left  }

#contact2 { display: block; width: 60%; margin:0 auto; position:relative; height:auto}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size:1.2em  }

#contact input, textarea, select 
{ width: 80%; margin:0; padding: 7px; color: #666; background: #FFF; border: 1px solid #FFF; margin: 7px 0;  }



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

#contact input.submit { width: 120px; padding:10px;border:#f17fa4 1px solid;cursor: pointer;  background:#f17fa4; color:#fff; }

#contact input.submit:hover { background:#444; }

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

#contact fieldset { padding:20px; }

#contact legend { 

padding:7px 10px; 
font-weight:bold; 
color:#000; 
border:1px solid #eee; 
margin-bottom:0 !important;
margin-bottom:20px;
 }

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

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 50px; line-height: 10px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 35px; color:#8a1f11; border: 1px solid #FBC2C4;  }

.loader { padding: 0 10px; height:10px; width:10px; }

#contact #success_page h1 {color:#333; background-color:#d0ded0; width:100%; margin:0;   }

#contact #success_page p {  color:#333; background-color:#d0ded0; width:100%;padding:15px; }



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