#contact p, label, legend { font: .9em; font-family:Arial, Helvetica, sans-serif; float:left; width:100%; color:#4c4c4c; }

#contact h1 { margin: 10px 0 10px; font-size: .9em; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #666; border-style: none none solid; }

#contact {  width: 455px;   background-color: #FFF;  float:left; margin:0px 0 0 0;  }

/* Form style */

#contact label {  float: left; height: 26px; line-height: 26px; width: 100%; font-size: .9em; -webkit-border-radius:5px; margin:5px 0 0 0;}
#contact input, textarea, select { width: 280px; margin: 0; padding: 2px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 0px 0; font:.9em  Arial, sans-serif; webkit-border-radius:5px; float:left; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #5b1313; background-color: #fff; color:#333; }
#contact input.submit { width: 125px; font-weight:bold; cursor: pointer; border: 1px solid #666; background:#fff; color:#4c4c4c; font-size:12px; float:left; margin:10px 0 0 0;   }
#contact input.submit:hover { border: 1px solid #5b1313; color:#000000; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:0px;  }
#contact legend { padding:0 0 0px 0;  color:#000;  font-size:.9em; }

#contact span.required{ font-size: 1.1em; color: #5b1313; } /* Select the colour of the * if the field is required. */

#message { margin: 25px 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:#000;border: 1px solid #666; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

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

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