#contactform {
    border-top: 2px solid #7B0000;
    width: 500px;
    }

#contactform .col1 {
    clear: left;
    display: block;
    float: left;
    padding: 5px 0;
    width: 275px;
    }

#contactform .col2 {
    padding: 5px 0;
    width:225px;
    }

#contactform .other {
    margin: 0 0 0 295px;
    }

.long {
    clear: both;
    display: block;
    float: left;
    }

.clearPrint {
    clear: both;
    display: block;
    float: left;
    }