contactform {
    clear: both;
    display: block;
    }

.col1 {
    clear: left;
    display: block;
    float: left; 
    margin: 0 0 15px;
    width: 360px;
    }

.col2 {
    color: #fff;
    display: block;
    float: right;
    }

.tableHeader {
    clear: both;
    display: block;
    letter-spacing: 7px;
    margin: 0 15px 0 0;
    }
.UAgecko .tableHeader {
    margin: 0 10px 0 0;
    }

.indent .col1 {
    clear: left;
    display: block;
    float: left; 
    padding: 0 0 0 20px;
    width: 340px;
    }

.wide .col2 {
    clear: left;
    float: left;    
    }

.wide .col2 textarea {
    height: 100px;
    margin: 0 0 15px;
    width: 500px
    }

.wide .col2 input {
    margin: 0 0 15px;
    }