/* Remove this when pasting into your Stylesheet! */

html, body { border: 0; margin: 0; padding: 0; }
body { font: 62.5% Arial, Helvetica, sans-serif; min-width: 100%; min-height: 101%; color: #333; background:#fff; }

/* END Remove This */

#contact p, label, legend { font: 12px Arial, Helvetica, sans-serif; color:#333; }

#contact h1 { margin: 0px; font-size: 14px; color: #384a9d; font-weight:bold; }
#contact hr { color: inherit; height: 0; margin: 0px; padding: 0; border: 0px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 225px; margin: 0px; padding: 10px; border: 1px solid #b3bce7; background-color: #c6ccec; -webkit-border-radius:5px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 20px; line-height: 20px; width: 40px; font-size: 12px; }
#contact input, textarea, select { width: 110px; margin: 0; padding: 1px; color: #333; background: #fff; border: 1px solid #ccc; margin: 0 0 2px 0; font:12px Arial, Helvetica, sans-serif; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #51545f; background-color: #fff; color:#333; }
#contact input.submit { width: 60px; cursor: pointer; border: 0px solid #51545f; padding: 1px; background:#384a9d; color:#fff; margin-left: 3px; font-size:10px;  height: 18px;}
#contact input.submit:hover { background:#52ba4b; }
#contact input[type="submit"][disabled] { background:#384a9d; }
#contact fieldset { padding:0px; border:0px solid #f5f5f5;}
#contact legend { padding:7px 10px; font-weight:bold; color:#333; border:0px solid #eee; margin-bottom:0 !important; margin-bottom:20px; }

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

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

.error_message { display: block; height: 22px; line-height: 22px; font-size: 11px; font-weight: bold; background: #eef8ed; padding: 3px 10px 3px 10px; color:#52ba4b;border: 0px solid #cbeac9; -webkit-border-radius:5px; margin: 0 0px 0 0px; }

.loader { padding: 0 10px; margin-top:10px;}

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

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

#antispam { margin-top: -7px; font-size: 11px; }

#required_text { font-size: 11px; color:#333; font-weight: normal; }