/* Start of CMSMS style sheet 'Contact Form' */
.contactform fieldset {
    padding: 1em;
}

.contactform fieldset legend {
    font-weight: bold;
}

.contactform div{
    width: 100%;
    padding: 0.25em 0 0.25em 0;
}

.contactform label {
    width: 180px;
    float: left;
}

.contactform input, #contact_form select{
    width: 220px; 
}

.small_input input, .small_input select{
    width: 80px; 
}

.required_msg {
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px; 
    color: #9c260f;
    font-style: italic;   
}

.required_star {
    font-weight: bold;
    color: #9c260f;
    margin-left: 3px;
}

.captcha_msg {
    font-size: 12px;
    font-weight: bold;
    color: #9c260f;
    font-style: italic;   
}

.contactform textarea{
    width: 220px;
    height: 100px;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 12px;   
}

#submit input {
    margin-left: 225px;
    width: 120px;
}

#captcha{
    text-align: center;
    width: 575px;
}

#captcha p {
    margin-bottom: 0px;
    margin-top: 5px;
}

#captcha img {
    display: inline;
}

#captcha input {
    width: 30px;
}
/* End of 'Contact Form' */

