﻿#cfs-contactus #content {
    min-height: 570px;
}

#contact-form 
{
    float: left;
    width: 450px;
    padding-left: 30px;
    margin-right: 280px;
}

#contact-form h3
{
    color: #ee7b22;
    font-size: 2em;
}

#contact-form label 
{
    color: #ed6823;
    font-size: 1.2em;
    font-weight: bold;
}

#contact-form label em {
    color: #666;
    font-weight: normal;
}

#contact-form table {
    border-collapse: collapse;
}

#contact-form table strong {
    color: #ed6823;
}

#contact-form td
{
    border-bottom: 1px solid #ffe4ae;
    padding-top: 10px;
    padding-bottom: 10px;
}

#contact-form td td,
#contact-form .noborder td {
    border-bottom: none;
}

#contact-form .textbox {
    width: 195px;
}

#contact-form .imagever td {
    vertical-align: bottom;
    padding-right: 10px;
}

#contact-details 
{
    float: left;
    width: 180px;
    padding-top: 20px;
}

#contact-details h3
{
    color: #ee7b22;
    line-height: 1.3;
}


#contact-form .contact-form-top {
    height: 18px;
    background: transparent url(Images/contact/contact-form-top.gif) no-repeat top left;
}

#contact-form .contact-form-content {
    background: transparent url(Images/contact/contact-form-content.gif) repeat-y top left;
    padding: 0px 20px 1px 20px;
}

#contact-form .contact-form-bottom {
    background: transparent url(Images/contact/contact-form-bottom.gif) no-repeat top left;
    height: 11px;
    margin-bottom: 20px;
}

.validationerror {
    background: transparent url(Images/warning.png) no-repeat top left;
    padding-left: 20px;
}

.validationerror ul {
    margin-left: 20px;
    list-style-type: square;
}

.validationerror li {
    color: #333 !important;
}

.cartoongroup {
    position: absolute;
    top: 70px;
    left: 400px;
}
