﻿.mod-outer .page .contactUsPage table
{
    width:100%;
    border-width:0;
}

.mod-outer .page .contactUsPage .separator
{
    width:4%;
}

.mod-outer .page .contactUsPage .firstNameTextBox,
.mod-outer .page .contactUsPage .lastNameTextBox,
.mod-outer .page .contactUsPage .emailTextBox,
.mod-outer .page .contactUsPage .phoneTextBox,
.mod-outer .page .contactUsPage .messageTextBox,
.mod-outer .page .contactUsPage .organizationTextBox
{
    width:100%;
}

.mod-outer .page .contactUsPage .salutationDropDown,
.mod-outer .page .contactUsPage .suffixDropDown
{
    width:100%;
}
.mod-outer .page .contactUsPage .contactUsForm .validationList
{
    display:block;
    clear:both;
    padding-left:6em;
    padding-top: 10px;
    padding-bottom: 10px;

    border:1px solid #999999;
    background:#FEFAEF none no-repeat scroll 1em 1em;
    background-image:url(images/icons/warning.png);
    background-position:1em 0.5em;
}
.mod-outer .page .contactUsPage .contactUsForm .validationList ul li
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    line-height:2;
}
.mod-outer .page .contactUsPage .contactUsForm .required
{
    color:#FF0000;
    font-weight:bold;
}
.mod-outer .page .contactUsPage .contactUsForm
{
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    border:1px solid #AAAAAA;
    display:block;
    padding:0px 20px 20px 20px;
    margin:0px 0px 0px 0px;
    background-color:#EEEECC;
}
