div#contactform {
    background: #eee url("/images/phone.gif") no-repeat;
    border-color: #000;
    border-width: 1px 0;
    border-style: solid;
    font-size: .8em;  
    width: 510px;
    }

#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: 170px;
    }

#contactform .col2 {
    clear: right;
    float: left;
    }

#contactform select {
    font-size: 1.0em;
    }

#contactform textarea {
    height: 200px;    
    width: 300px;
    }

#contactform .short input {
    width: 50px;
    }

#contactform .long input {
    width: 300px;
    }

#contactform .submit {
    font-size: 11px;
    margin: 0 0 0 175px;
    }
