
#contactForm {
  width: 600px;
}

#contactForm label {
width:200px;
font-size: 14px;
margin-right: 15px;
text-align: right;
}

#contactForm input.submit {
    float: right;
    width: 190px;
}

#contactForm .captcha-text {
    float: left;
    font-size: 11px;
    margin: -5px 15px 10px 78px;
    text-align: right;
    width: 300px;
}