#contactform {
    background-color: #fff;
    border-left: 5px solid #cacaca;
    color: #000;
    font-size: .85em;
    height: 100%;
    padding: 0 0 0 2px;

    }

#contactform .col1 {
    clear: left;
    float: left;
    padding: 2px 5px 2px 0;
    width: 150px;
    }

#contactform .col2 {
    float: left;
    padding: 2px 0;
    }

#contactform hr {
    clear: both;
    display: block;
    }

#contactform .survey {
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0; 
    width: 100%;
    }

#contactform .survey .col1, #contactform .survey .col3  {
    display: block;
    float: left;
    width: 25px;
    }

#contactform .survey .col2 {
    display: block;
    float: left;
    width: 100%;
    }

.UAgecko #contactform .survey .col2 {
    width: 420px;
    }

#contactform .survey td {
    vertical-align: top;
    } 

.iefix {
    height: 1%;
    }

.submit {
    clear: both;
    margin: 20px 0 0;
    }
