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