.contact-form {
padding-top: 10px;
}

.contact-form label {
width:100px;
float:left;
text-align:left;
}

.contact-form select, .contact-form input {
width:300px;
height: 20px;
border:1px solid #CCC;
padding-top: 1px;
}

.contact-form input {
padding-left: 3px;
width:295px;
height: 18px;
}

.contact-form textarea {
width:298px;
height:150px;
border:1px solid #CCC;
}

.contact-form ul li {
list-style-type:none !important;
background: #FFF !important;
padding: 0px !important;
margin: 10px 0 0 0 !important;
}

input.captcha {
width: 116px !important;
}

.button input {
margin: 0 0 0 100px;
width: 70px;
height: 19px;
border: 0px;
padding: 0px;
}