#contactform .formfield{
    margin-bottom: 10px;
    padding-bottom: 10px;
    }

#contactform .input{
    border-bottom: solid 1px #CCCCCC;
    }

#contactform .input .col1{
    font-weight: bold;
    width: 150px;
    float: left;
    }

#contactform .stateprovince .col1{
    font-weight: bold;
    width: 150px;
    float: left;
    }

#contactform .stateprovince{
    border-bottom: solid 1px #CCCCCC;
    }

#contactform .input input{
    width: 170px;
    }

#contactform .multiline textarea{
    width: 400px;
    height: 200px;
    }

#contactform .multiline{
    border-top: solid 1px #CCCCCC;
    padding-top: 10px;
    }

#contactform .multiline .col1{
    font-weight: bold;
    }

#contactform{
    clear: both;
    font-size: 0.9em;
    margin-top: 20px;
    }

#contactform .radios .col1{
    display: block;
    font-weight: bold;
    }

#contactform .radios .col2{
    display: block;
    margin-left: 10px;
    }

#contactform span.radio{
    display: block;
    }

#contactform .radios{
    float: left;
    width: 50%;
    }
