div#contactform {
    background: #eee url("/images/phone.gif") no-repeat;
    border-color: #000;
    border-width: 1px 0;
    border-style: solid;
    font-size: .7em;  
    width: 310px;
    }

#contactform input, #contactform option, #contactform textarea {
    border: 1px solid #777;
    }

#contactform .col1 {
    clear: left;
    float: left;
    padding: 0 5px 0 0;
    text-align: right;
    width: 130px;
    }

#contactform .col2 {
    float: left;
    width: 175px;
    }

#contactform select {
    font-size: 1.1em;
    }

#contactform textarea {
    height: 200px;    
    width: 150px;
    }

#contactform .short input {
    width: 50px;
    }

#contactform .long input {
    width: 125px;
    }

#contactform .submit {
    clear: left;
    float: left;
    font-size: 11px;
    padding: 0 0 0 135px;
    }

