html, body { border: 0; margin: 0; padding: 0; }

info, label, legend { font: 14px Georgia, serif; }
h1 { margin: 5px 0 10px; font-size: 18px; color: #333333; }

hr { color: inherit; height: 0; }

label { display: inline-block; float: left; height: 22px; line-height: 22px; width: 160px; font-size: 14px; border:0; }
input, textarea, select { margin: 0; padding: 6px; color: #666; margin: 5px 0; font:14px Helvetica, sans-serif;}   
input:focus, textarea:focus, select:focus { background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff;}
input.submit:hover { background:#444; }
fieldset { padding:5px;}
legend { padding:7px 10px; font-weight:bold; color:#000;}

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

/* Style for the error message */

.error_message { display: block; height: 15px; line-height: 28px; padding: 3px 3px 20px 3px; color:#8a1f11;}

#succsess_page h1 { background: url(../assets/success.gif) left no-repeat; padding-left:5px; }