body
{
    font-family: sans-serif;
    font-size: 14px;
}
a
{
    color: black;
}
a:hover
{
    color: red;
}
#ct_contactForm fieldset,
#ct_email 
{
    border: 1px solid #292f7a; 
    margin-bottom: 15px;   
}
#ct_contactForm fieldset legend 
{
    border: 1px solid #292f7a;
    font-weight: bold;
    padding: 3px;
    margin-left: 4px;
    color: #292f7a
} 
#ct_contactForm input,
#ct_contactForm textarea,
#ct_contactForm select   
{
    border: 1px solid #292f7a;
}
#ct_contactForm input:focus
{
    background-color: #E8EEFF;
}
#ct_contactForm textarea:focus
{
    background-color: #E8EEFF;
}
#ct_contactForm select:focus   
{
    background-color: #E8EEFF;
}

#ct_contactForm input:hover
{
    border: 1px solid #7b83e8;
}
#ct_contactForm textarea:hover
{
    border: 1px solid #7b83e8;
}
#ct_contactForm select:hover   
{
    border: 1px solid #7b83e8;
}

#ct_contactForm #systemMessage 
{
    border: 1px dashed #ff0000;
    background-color: #E8EEFF;
}
#ct_email
{
    height: auto;
    padding: 7px;
    background-color: #E8EEFF; 
}
#ct_contactForm .attachmentList_row:hover  
{
    background-color: #F8F8F8;
}

