.contactform {
    width: 400px;
}

#formfield label {
    float: left;
}
#formfield input {
    float: right;
}
#formfield {
    float: left;
}
