td.indexModule
{
    padding-bottom: 10px;
}

td.indexModule table
{
    width: 100%;
}

td.contactLeft
{
    width: 189px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 20px;
    vertical-align: top
}

td.contactCenter
{
    vertical-align: top;   
}

td.contactRight
{
    width: 120px;
    padding-left: 21px;
    padding-right: 27px;
    padding-top: 20px;
    vertical-align: top;
}

div.contact-info
{
    float: left;
    width: 200px; 
    margin:0px;
}

ul.contact 
{
    font-size: 13px;
    text-align: left;
    width: 180px;
    list-style-type: none;
    color: #574930;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    padding:0px;
}

ul.contact li 
{
    padding: 3px 0px;
}

ul.contact a 
{
    color: #E89021;
}

ul.contact a:hover 
{
    text-decoration: underline;
}

form.contact div.error
{
    text-align: center;
    width: 320px;  
    color: #CF1C1C;
    font-weight: bold;
    font-size: 11px;
}

div.ok
{
    float: left;
    width: 400px;
    color: #118D18;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px; 
    margin-top: 100px;
}

form.contact
{
    margin-top:20px;
    color: #574930;
    font-size: 12px;
}

form.contact label
{
    width:120px;
    padding-right: 15px;
    font-size: 12px;
    color: #574930;
    text-align:right;
    font-size: 11px;
}

form.contact input 
{    
    width: 100%;
    border: 1px solid #c2b9a2;
    padding: 3px;
    background: #e3dac2;
    font-size: 11px;
}

form.contact textarea 
{    
    width: 100%;
    border: 1px solid #c2b9a2;
    padding: 3px;
    background: #e3dac2;
    font-size: 11px;
}

form.contact input.btn-next
{
    width: 76px;
    float: none;
    margin: 0 auto;
    border: none;
}

form.contact div.submit
{
    width: 310px;
    margin-bottom: 15px;
}

form.contact div.submit input
{ 
    margin: 0 auto;
    width: auto;
    margin-left: 10px;
}

table.contactViewContent
{
    margin-top: 20px;
    width: 100%;
}

td.contactViewHeader
{
    background-image: url( '../images/widgetHeaderBg.png' );
    height: 33px; 
    overflow: hidden;   
}

td.contactViewHeader table
{      
    width: 100%;
}

td.contactViewLeft
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: left top;
    background-repeat: no-repeat;
}

td.contactViewTitle
{
    height: 33px;
    line-height: 30px;
    text-indent: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

td.contactViewRight
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: right top;
    background-repeat: no-repeat;
}
            
td.contactViewIcon
{
    width: 25px;
    height: 19px;
    background-image: url( '../images/widgetHeaderIcon.png' );
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

td.contactView
{
    border-left: 1px solid #d8d2c5;
    background-color: #ece6da;
    background-image : url( '../images/widgetBorderRight.png' );
    background-position: right;
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

td.contactView table
{
    width: 100%;
}

td.contactView table td
{
    vertical-align: top;
}

td.contactBottomLeft
{
    background-image: url( '../images/widgetBottom.png' );
    background-position: left;
    background-repeat: no-repeat;
    height: 5px;
    width: 20px; 
}

td.contactBottom
{
    font-size: 1px;
    color: #ece6da;
    background-color: #ece6da;
    border-bottom: 1px solid #d8d2c5; 
}

td.contactBottomRight
{
    background-image: url( '../images/widgetBottom.png' );
    background-position: right;
    background-repeat: no-repeat;
    height: 5px;
    width: 20px; 
}

form.contact input.btn
{
    width: 200px;
    background-color: #ff6100;
    border: 1px solid #ff2200;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
}