﻿/* position, size */
.cformValidator, .cformDropDownList, .cformCheckBox, .cformImage, .cformCaptchaImage, .cFormCaptchaReloadButton {  margin: 0 !important; padding: 0 !important; }
.cformValidator { color: red; }

/* ContactForm */
.cformPanelContactForm { width: 517px;margin-left: 0px; }
.cFormLeft {width: 250px;float:left;margin:0 17px 0 0;}
.cFormRight {width: 250px;float:left;}
.cFormCenter {width:517px;float:left;margin:17px 0 17px 0;}

.label {width: 250px;float:left;display:none;}

.box {width: 250px;float:left;height:32px;}
.box input {border:none; width: 230px;padding:0 10px;height:32px;line-height:32px;background:#272A31;color:#fff;}
.box input:focus {background:#40434A;}

.area {width: 517px;float:left;height:201px;}
.area textarea {border:none; width: 497px;padding:10px;height:181px;background: url(/templates/main/images/textArea.jpg) no-repeat left top;resize:none;color:#fff;font-family:'Trebuchet MS', Arial;font-size:12px;}

.recap {float:left;}

.button {width: 156px;float:right;background: url(/templates/main/images/submit.jpg) no-repeat left top;height:38px;border:none; color:#fff;text-transform:uppercase;}

.area textarea:focus, .button:hover {background-position:left bottom}


