.contact {
 margin:0px auto;
 width:700px;
 text-align:left;
}
.contact label {
 width:120px;
 float:left;
}
.contact input, .contact textarea {
 width:200px;
 border:1px solid black;
 margin:1px;
}
.contact textarea {
 width:400px;
 height:150px;
}
.contact .submit {
 margin-left:120px;
 width:auto;
 background:none;
}