
/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 24px; width: auto; margin-right: 6px; font-size: 13px;}
#contact input, textarea, select { width: 151px; float: left; margin-bottom: 15px; padding: 3px; color: #464646; background: #f2f2f2; border: 1px solid #ccc; margin: 0; font:13px Helvetica, Arial, sans-serif; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#464646; }
#contact input.submit { width: 60px; cursor: pointer; border: 1px solid #999; background:#333; color:#fff; margin-top:15px; width:120px; float:right; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact #nospam { margin-top:15px; width:250px; float:left; }
#contact fieldset { padding:0; }

#contact span.required{ font-size: 13px; color: #124A75; } /* Colour of the * if the field is required. */
#contact span.required_email{ padding-left:11px; color: #124A75; }

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

.error_message { display: block; background: #F90 url('../images/error.gif') no-repeat 10px center; padding: 3px 6px 3px 35px; font-size:12px; color:#191919; border: 1px solid #fff; }

.loader { padding: 0 10px; }

#contact #success_page { border-top:1px solid #ccc; pading:20px 0 0 0; margin-top:30px; }
#contact #success_page h2 { color:#403733; }