div.w-contactForm {
    float: left;
    margin: 0 0 20px 0;
    overflow:hidden;
}

.w-contactForm form .row {
    float: left;
    width: 100%;
}

.w-contactForm form label {
    padding: 3px 11px 10px 0;
    width: 28%;
    float: left;
    text-align: right;
    line-height: 140%;
    color: #757575;
    font-size: 11px;
}

.w-contactForm form .errorMessage {
    display: block;
    color: red;
    font-size:11px;
    float: left;
    margin: 3px 0 8px 0;
}

.w-contactForm form .hint {
    width: 63%;
    display: block;
    float: left;
    font-size:11px;
    color:#757575;
}

.w-contactForm form input,
.w-contactForm form textarea,
.w-contactForm form select {
    display: block;
    padding:2px 5px;
    margin:0;
    float: left;
    width:58%;
    line-height:19px;
    font-family:arial;
    font-size:12px;
    background:#fff;
    color:#757575;
    border:1px solid #aeaeae;
}

.w-contactForm form .submit input{
    background: #614842;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    margin: 5px 0 0 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: auto;
    line-height: 15px;
}

.w-contactForm form .message label{
    height: 65px;
}

.w-contactForm .captcha-container img{
    margin: 5px 0 0 0;
    height: 35px;
}

.w-contactForm .captcha-container label {
    line-height: 38px;
    height: 111px;
}


.w-contactForm form textarea{
    padding-top:5px;
    padding-bottom:5px;
    height:65px;
}

#ModelContact_verifyCode {
    float:left;
    width:auto;
    min-width: inherit;
    max-width: 18%;
    margin-top: 8px;
}
.one #ModelContact_verifyCode {
    max-width: 34%;
}

.contactform{
    float: left;
    clear: left;
}