/* Start of CMSMS style sheet 'Contact Form' */
.contactform fieldset {
    padding: 1em;
    border: solid 1px #ccc;
    background: url(uploads/images/layout/content_85_bg.png);
    margin-bottom: 20px;
    position: relative;
}

.contactform fieldset legend {
    font-weight: bold;
    color: #333;
    position: absolute;
    top: -.5em;
    left: .2em
}

.contactform div{
    width: 100%;
    padding: 0.25em 0 0.25em 0;
}

.contactform label {
    width: 200px;
    float: left;
    text-align: right;
    padding-right: 8px;
    color: #444242;
}

.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: 300px;
    height: 150px;
    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' */

