.formfield{
    clear: both;
    margin-bottom: 0.5em;
    }

#contactform .input .col1, #contactform .State .col1, #contactform .Country .col1{
    width: 150px;
    float: left;
    }

#contactform .widetext{
    border-left: solid 5px #FF0000;
    padding: 5px;
    font-weight: bold;
    background: #E6E6E6;
    }

#contactform .multiline textarea{
    width: 400px;
    height: 200px;
    }