#contactform {
/* background: url("/images/form-bg.gif") 0 100% repeat-x;
    border-bottom: 5px solid #0076ba; */
    border-top: 5px solid #0076ba; 
    margin: 0 0 20px 0;
    padding: 10px 0 0 10px;
    }

#contactform .col1 {
    clear: left;
    display: block;
    float: left;
    margin: 3px 0;
    width: 200px;
    }

#contactform .col2 {
    display: block;
    float: left;
    margin: 3px 0;
    }

.UAiemac #contactform .col2 {
    clear: left;
    }

#contactform textarea {
    height: 75px;
    width: 230px;
    }

#contactform .wide input {
    width: 230px;
    }

#contactform .zip input {
    width: 50px;
    }

#contactform .submit {
    margin: 10px 0 10px 202px;
    } 