#contactform {
    display: block;
    line-height: 1.4;
    width: 500px;
}

#contactform .col1 {
    clear: left;
    display: block;
    float: left;
    width: 200px;
}

#contactform .col2 {
    clear: right;
    display: block;
    float: left;
    width: 300px;
}

textarea {
    height: 75px;
    width: 300px;
}

.submitbutton {
    clear: both;
    float: left;
    margin: 0 0 0 100px;
}

.long input {
    width: 250px;
}

.short input {
    width: 75px;
}