/* contact us stylesheet */

.top_row
{
    float: left;
    margin-bottom: 20px;
    *width: 100%;
}

.intro
{
    float: left;
    clear: left;
    margin-left: 20px;
    font-weight: bold;
}


.col_left
{
    float: left;
    clear: left;
    margin-left: 20px;
    width: 40%;
}

.contact_form
{
    float: left;
}

ul.form
{
    float: left;
    clear: left;
    width: 100%;
    padding: 5px;
    background: #DF1125;
    border: 2px solid #000;
    color: #FFF;
}

ul.form li
{
    float: left;
    clear: left;
    margin: 3px 0;
    width: 100%;
}

ul.form li.hidden
{
    display: none;
}

ul.form li.newsletter
{
    *margin-bottom: -25px;
}

ul.form label
{
    float: left;
    clear: left;
    margin-bottom: 2px;
}

ul.form input,
ul.form textarea
{
    float: left;
    clear: left;
    padding: 3px;
    border: 1px solid #000;
}

ul.form input.checkbox {
    *border: 0px;
}

ul.form li.submit input
{
    background: #142D81;
    color: #FFF;
}

ul.form p
{
    float: left;
    margin-left: 5px;
}

ul.form p.yes
{
    *width: 60% !important;
    *margin-top: 4px;
}

ul.form p.small
{
    clear: left;
    font-size: 10px;
    margin: 2px 0 0 0;
    width: 100%;
    *display: none;
}


.col_right
{
    float: left;
    padding: 0 0 0 20px;
    width: 50%;
}

.col_right .label
{
    float: left;
    width: 30%;
    text-align: right;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}
.col_right .details
{
    float: right;
    width: 60%;
    text-align: left;
    clear: right;
    margin: 5px 0;
}