#contact { display:block; width:550px; margin-top:10px; padding:10px; color:#fff; font-family:Verdana, Geneva, sans-serif; }

/* Form style */

label { display:inline-block; float:left; height:26px; line-height:26px; width:155px; font-size:14px; }
input, textarea, select { margin:0; padding:5px; color:#ccc; background:#1c1c19; border:1px solid #93928e; margin:5px 0; }   
input:focus, textarea:focus, select:focus { border:1px solid #950102; color:#fff; }
input:hover, textarea:hover, select:hover { border:1px solid #cd0000; }
input.submit { cursor:pointer; padding:3px; background:#950102; border:1px solid #cd0000; color:#fff; font-weight:bold; }
input.submit:hover { background:#cd0000; }
fieldset { padding:20px; border:1px solid #93928e; }
legend { padding:7px 10px; font-weight:bold; color:#fff; border:1px solid #93928e; }

span.required{ font-size:16px; color:#ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; }

#succsess_page h5 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; margin:10px 0 10px; font-size:24px; }