#contactform {
    background-color: #fff;
    border-left: 5px solid #0153A5;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    }

.col1 {
    float: left;
    clear: left;
    display: block;
    width: 150px;
    padding-left: 5px;
}

.col2 {
    float: right;
    clear: right;
    display: block;
    width: 310px;
}

#contactform .checkbox { 
    margin-left: 160px;
    }

#contactform textarea {
    width: 200px;
    height: 50px;
    }

#contactform .submit {
    border: 2px double #0153A5;
    width: auto;
    float: left;
    }

#contactform .submit input  {
    background-color: #eee;    
    font-size: .85em;
    font-weight: bold;
    }

#contactform h2 { 
    color: #fff; 
    display: block;
    background-color: #0153A5;
    font-weight: bold;
    padding: 5px 0 5px 0;
    }