@charset "utf-8";
/* CSS Document */

/* Contact Form Style  */

#contact p, label, legend { font: 14px; font-family: Helvetica, Arial, san-serif;}

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; }

#contact { display: block; color: #fff; }

#contact form {}
#contact fieldset p { font-size: 14px; margin: 0px; margin-bottom: 10px; margin-top: 20px; margin-top: 30px\9;}

/* Form style */
#contact label { display: inline-block; float: left; height: 26px; line-height: 28px; width: 140px; font-size: 14px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select {font-family: Helvetica, Arial, san-serif; width: 200px; margin: 0; padding: 3px; color: #fff; background: #333; border: 1px solid #fff; margin: 5px 0; font-weight: bold; font-size: 16px; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { padding:2px; cursor: pointer; border: 1px solid #f5f5f5; background:#444; color:#fff; }
#contact input.submit:hover { background:#aeaeae; }
#contact fieldset legend { font-weight:bold; color:#000; margin-bottom:0 !important; margin-bottom:20px; font-size: 14px; }

#contact span.required{ font-size: 13px; color: #49c36e; margin-right: 5px; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { width: 400px; display: block; line-height: 22px; background: #fbe2d2 url(../assets/error.gif) no-repeat 15px 5px; padding: 3px 10px 3px 40px; color:#8a1f11; border: 1px solid #ccc;}

ul.error_messages { margin: 0 0 0 5px; padding: 0; list-style-type: disc; }
ul.error_messages li { height: 10px;  color:#333;  font-family: Helvetica, Arial, san-serif; }

.loader { padding: 0 9px; }

#contact #success_page h1 { background: url(../assets/success.gif) left no-repeat; padding-left:22px; border: none; }

#contact input.veri { margin-top: -1px; margin-left: -45px; height: 24px;}
#contact #success_page {}
acronym { border-bottom:1px dotted #ccc; }
