form.form{width:334px;padding:30px;text-align:left}
h3{text-align:center;font-size:22px;font-weight:400;padding:0;margin:30px 0 0}
form.form label{display:block;color:#868686;margin-bottom:5px}
form.form input.text{display:block;width:calc(100% - 22px);border:1px solid #c1c1c1;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;height:43px;line-height:43px;padding-left:10px;padding-right:10px;margin-bottom:15px;transition:.3s}
form.form button{display:block;width:100%;background:#ff7800;color:#fff;text-align:center;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;height:43px;line-height:43px;border:0;margin-bottom:15px;font-weight:700;cursor:pointer;transition:.3s}
form.form button.over{background:#ff973a}
form.form select{display:block;width:100%;border:1px solid #c1c1c1;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;height:43px;line-height:43px;padding-left:10px;padding-right:10px;margin-bottom:15px;transition:.3s}
p.center{text-align:center}
a{text-decoration:none}
form.form button.blue{background:#094198}
form.form button.blue_over{background:#2568cf}
form.form input.over,form.form select.over{border-color:#3c3c3c}
form.form div.list{margin-top:15px;margin-bottom:15px}
form.form div.list label{display:inline;color:#3c3c3c;margin-bottom:0;margin-right:8px;cursor:pointer}
div.line{margin:30px 0;border-top:1px solid #c1c1c1}
form.form button.short{width:334px}
form.form input.red,form.form select.red,form.form div.red label{border-color:red;color:red}
span.err{float:right;color:red;font-size:12px;margin-left:10px}
span.ok{float:right;color:green;font-size:10px;font-weight:700}
p.message{background:#094198;color:#fff;font-size:16px;text-align:center;padding:20px;line-height:150%;margin:0}
p.message a,p.message a:hover{color:#fff}
input.radio{margin-left:0}
form.form textarea{width:calc(100% - 22px);border:1px solid #c1c1c1;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;height:200px;line-height:22px;padding:10px;margin-bottom:30px;transition:.3s}