#contactform {
    border-top: 2px solid #7B0000;
    }

#contactform .col1 {
    clear: left;
    display: block;
    float: left;
    padding: 5px 0;
    width: 175px;
    }

#contactform .col2 {
    clear: right;
    display: block;
    float: left;
    padding: 7px 0 0 0;
    }
.UAiemac #contactform .col2 {
    clear: left;
    }

#contactform .long input {
    width: 300px;
    }

#contactform .zip input {
    width: 50px;
    }

#contactform textarea {
    height: 100px;
    width: 300px;
    }

#contactform .submit {
    margin: 0 0 0 175px;
    }