div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 1em;
	display: block;
    margin-bottom: 0.3em;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
    margin: 0.2em 2% 0.5em 0;
	position: relative;
	text-align: left;
	width: 28%;
    line-height: 34px;
}

div.wide.form .row-checkbox label {
    float: none;
    width: auto;
    text-align: left;
}

div.wide.form label input {width: auto;vertical-align: middle;margin: 0;display: inline-block;float: none;margin-bottom: 0.3em}

div.wide.form input, div.wide.form textarea {float: left;width: 70%}

div.wide.form .form-control {margin-left: 30%}
div.form .form-control .form-control {margin-left: auto}

div.wide.form .row
{
	clear: left;
}

div.wide.form .row:after {content: "";display: block;clear: both}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

div.form label {font-weight: normal;font-size: 100%}
label.placeholder {padding: 0 5px}

.errorMessage {color: red;margin-top: 5px;margin-bottom: 10px}

* html input {width: auto;height: auto;padding: 0}
* html textarea {width: auto;height: auto;padding: 0}
input {
    border: 1px solid #c6c6c6;
    border-width: 1px 0 0 1px;
    background: #f4f4f4;
    padding: 0 5px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    color: #101010;
}
input:focus {outline: 1px solid #f3696f}
input[type=checkbox] {border:none;width: auto;height: auto}
input[type=radio] {border:none;width: auto;height: auto}
select {
    border: 1px solid #c6c6c6;
    border-width: 1px 0 0 1px;
    background: #f4f4f4;
    padding: 5px;
    line-height: 34px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    color: #101010;
}
textarea {
    border: 1px solid #c6c6c6;
    border-width: 1px 0 0 1px;
    background: #f4f4f4;
    overflow:auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    width: 100%;
    min-height: 50px;
    font-size: 16px;
    color: #101010;
}

.form-border {border: 1px solid #d8d8d8;padding: 36px 25px}
div.form_diller label {font-size: 14px;line-height: 22px;font-weight: 500;color: #101010;}
div.form_diller .info {font-size: 14px;font-weight: 400;line-height: 18px;color: #7b7b7b;margin-bottom: 13px}

div.form_message .left {float: left;width: 717px}
div.form_message .right {float: right;width: 422px}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}
.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background:         linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}