﻿
div.contactOption
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    width: 420px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    clear: both;
    margin: auto;
}

div.contactLbl
{
    font-weight: bold;
    color: #fea912;
    float: left;
}

div.contactValue
{
    padding-left: 110px;
}

div.webLbl
{
    float: left;
    clear: left;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 11px;
}

div.webValue
{
    padding-left: 110px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.multiLine
{
    width: 275px;
    height: 100px;
    font-family: Verdana;
    font-size: 11px;
}

.txtBox
{
    width: 275px;
    font-family: Verdana;
    font-size: 11px;
}

.ddlBox
{
    width: 281px;
    font-family: Verdana;
    font-size: 11px;
}

#divContactSend
{
    width: 76px;
    margin: 5px 30px 0px auto;
}

.invalidField
{
    background-color: #f5989d;

}