.contact.page {
    height:350px;
}
.contact .formwrapper {

}
.contact h1 {

}
.contact h2 {

}
.contact p {

}
#contact {
    width:480px;
}
#contact input {
    float: left;
}
#contact .input.text input {
    width:220px;
}
#contact input, #contact textarea {
    font-size: 12px;
    color:#7497D0;
    background:#fbfcfe;
    border:1px #eee solid;
    margin:0 0 5px 5px;
    padding:5px;
}

#ContactInquiryValue {
    height:77px;
    width:457px;
}
#contact .submit input {
    background: none;
    float: right;
    border:0;
    margin:0;
}