/* Start of CMSMS style sheet 'Contacts' */
#contacts {
background: #999999;
padding: 10px;
}

#contacts fieldset {
border: none;
background: #999999;
}

#contacts fieldset legend {
border-bottom: 1px solid white;
margin-bottom: 10px;
text-transform: uppercase;
color: white;
}

#contacts textarea {
background: #660033;
margin-left: 20px;
margin-bottom: 15px;
color: white;
width: 420px;
}

#contacts img{
margin-left: 35px;
}

#contacts input[type="submit"] {
margin-top : 15px;
background: #333333;
border: #660033 1px solid;
margin-left: 20px;
color: white;
}

#contacts input[type="submit"]:hover {
background: #660033;
border: #333333 1px solid;
color: white;
}

#contacts input[type="text"] {
margin-left: 20px;
}

#contacts label{
display: block;
color: #333333;
margin-left: 20px;
}

.captcha {
margin-left: 40px;
}

.captcha img {
margin-left: 120px;
}

/* End of 'Contacts' */

