﻿
#form_header
{
    padding-bottom: 25px;
    min-height: 50px;
    width: 750px;
    clear: both;
}

/* Form */

#form_container
{
    clear: both;
    background: #fff;
}

#form
{
    width: 800px;
}

#form h3
{
    text-decoration: none;
    font: normal 20px tahoma, arial;
    color: #EEA356;
    margin-bottom: 10px;
}

em.bold
{
	font-weight: bold;
	font-style: normal;
}


#form a, #form a:visited, #form a:active
{
    color: #369;
}


/* Form field layout */

#form .field_container
{
    width: 550px;
    clear: both;
    padding: 10px 0 0 0;
}

#form .field_label
{
    width: 95px;
    float: left;
    clear: left;
    font-weight: bold;
}

#form .field_control
{
    float: right;
    text-align: left;
    width: 440px;
}

/* Errors */
.errormsgfields
{
    font: normal 12px arial;
    color: Red;
    background: #fff;
}

#submit_container
{
    height: 30px;
    clear: both;
    padding-top: 10px;
}

/* Submit button */
.submit
{
    display: block; /* required for img display */
    background: url(                                     "../images/btn_contactus_off.gif" );
    width: 124px;
    height: 30px;
    border: 0;
}

.submit:hover
{
    display: block; /* required for img display */
    background: url(                                     "../images/btn_contactus_on.gif" );
}

