.ContactFormWrapper {
border: 1px solid #efefef;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #f6f6f6;
}
.ContactFormItems {
padding: 30px 15px !important;
}
.sell-conditions {
padding-left: 131px;
width: 230px;
}
.FormSubmitButton {
border: none;
width: 79px;
height: 33px;
background: url(images/form-submit-button.png) no-repeat 0 5px;
color: #fff !important;
padding: 0 !important;
margin-left: 290px !important;
}
textarea {
width: 237px !important;
color: #9e9e9e;
}