
#contact { 
  font: 55% verdana, arial, helvetica, sans-serif;
  display: block; width: 340px; 
  margin: 20px; 
  padding: 0px; 
  background-color: transparent; 
  -webkit-border-radius:5px;  
}

#contact p, label, legend { 
  font: 1.4em verdana, arial, helvetica, sans-serif; 
}

#contact label { 
  display: inline-block; 
  float: left; height: 26px; 
  line-height: 26px; 
  width: 135px; 
  font-size: 1.5em; 
  -webkit-border-radius:5px; 
}

#contact label.human { /* Are you human box */
  width: 70px;
  padding-top: 4px;
}  

#contact input, textarea, select { 
  width: 240px; 
  margin: 0; 
  padding: 5px; 
  color: #666; background: #f5f5f5; 
  border: 1px solid #ccc; 
  margin: 5px 0; 
  font:1.0em verdana, arial, helvetica, sans-serif; 
  webkit-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 #8c8e5a; 
background:#ccc; color:#630000; 
}

#contact input.submit:hover { 
background:#9c9ebd; color: #fff; 
}

#contact fieldset { 
padding:10px 20px; 
border:1px solid #cbcbcb; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
}

#contact legend { 
padding:7px 10px;
background: transparent; color: #5863a0;
border:1px solid #cbcbcb; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
margin-bottom:0 !important; 
margin-bottom:20px; 
}

#contact span.required { 
font-size: 13px; 
color: #ff0000; background: transparent; 
} 


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

.error_message { 
  display: block; 
  height: 22px; 
  line-height: 22px; 
  background: #fff url('../assets/error.gif') 
  no-repeat 10px center; 
  padding: 3px 10px 3px 35px; 
  color:#6375a5;
  border: 1px solid #a5b252; 
  -webkit-border-radius:5px; 
}

.loader { 
  padding: 0 10px; 
}
#contact #success_page {
  width: 400px;
}
  
#contact #success_page p { 
  background: url('../assets/success.gif') left no-repeat; 
  padding-left:22px; 
  width: 360px
}

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