/* 
    Document   : contact
    Created on : Apr 12, 2012, 4:02:22 PM
    Author     : Mrugendra Bhure
    Description:
        Styling information for contact form.
*/

#main_content {     
    font-family: arial, helvetica, tahoma;
    font-size: 14px;
}

div.row  { padding-bottom: 10px; vertical-align: text-top; }
span.error {
             display: inline-block; font-weight: bold; color: #CC0000; 
             text-align: left; vertical-align: top; 
             width: 20px;
             padding-left: 2px;
           }
span.label { vertical-align: text-top; display: inline-block; text-align: left; }
span.label { display: inline-block; width: 80px; text-align: left; }
div.submit { text-align: center; margin-top: 10px; }

span.text { width: 274px; display: inline-block; text-align: left; }
.field_comments span.label { vertical-align: top;}
.field_captcha span.text { text-align: center; }
.form_wrapper { text-align: center; }
.contact_header  { 
                    background:url(../images/header.jpg) no-repeat; 
                    width: 650px; height: 33px; 
                    font-family: "Arial Black", Arial;
                    font-size: 16px;
                    text-transform: uppercase;
                    text-decoration: none;
                    text-align: center;
                    color: white;
                    margin-bottom: 10px;
                    vertical-align: middle;
                 }

font.required    {
                    position: absolute;
                    display: inline-block;
                    color: #CC0000;
                 }
.field_captcha_text span.label 
{
    display: block;
    text-align: center;
    width: auto;
}

.field_captcha_text span.text
{
    padding-left: 80px;
}

span.error_save 
{
    display: block;
    text-align: center;
    width: auto;
}