/*
    TurnWheel Designs (cc) 2008-2009
    http://turnwheel.com
    By Jackson Walker
    And Steven Bower
*/

#contactform {
    width: 60%;
    margin: 0 auto;
    border-left: 4px solid #85ab66;
    border-right: 4px solid #85ab66;
    border-top: 4px solid #9fc086;
    border-bottom: 4px solid #628b4c;
    background: #DFE5C9;
}
#contactform div {
    padding: 25px 0 0 62px;
}
p {
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 30px 5px 35px;
}
label {
    color: #3E6F22;
}
input[type="submit"],button,.submit {
    color: #3E6F22;
}