/* Contact Form  CSS */
#contactform {
    font-family: verdana;
    width: 600px;
}

#contactform h1 {
    font-size: 130%;
}

#contactform img {
    border: 0px;
}

#contactform .errors {
    color: #ff0000;
}

#contactform .correct {
    color: black;
}

#contactform legend {
    font-size: 120%;
    font-weight: bold;
}

#contactform .title {
    color: black;
    font-weight: bold;
    font-size: 90%;
    margin-top: 2px;
    margin-bottom: 5px;
}

#contactform .field {
    color: black;
    font-size: 90%;
    margin-bottom: 7px;
}

#contactform .small {
    font-size: 100%;
}

#contactform .thanks {
    margin-top: 15px;
    color: green;
    font-size: 105%;
    margin-bottom: 15px;
}
