[class*=col_] {
    float: left;
    padding: 20px 30px!important;
    box-sizing: border-box;
}
.special_form
{
	background-color: #4e4e4e;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    box-shadow: none;
}
.special_form h2
{
	float: left;
    padding: 0 30px;
	margin-top: 15px!important;
	background-color: #ff0000;
    text-shadow: none;
    border: none;
    font-weight: bold;
}
h3.form_title
{
    font-size: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1b1b1b!important;
    font-weight: normal;
}
.wrapp_form
{
	clear: left;
}
h3.form_title
{
	color: #ffffff !important;
}
.special_form .row
{
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #717171;
}
.special_form .row:first-child
{
    padding-top: 0;
}
.special_form .row > label
{
	color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
}
.special_form .row input[type=text]::-webkit-input-placeholder { color:#a8a8a8; }
.special_form .row input[type=text]::-moz-placeholder { color:#a8a8a8; }
.special_form .row input[type=text]:-moz-placeholder { color:#a8a8a8; }
.special_form .row input[type=text]:-ms-input-placeholder { color:#a8a8a8; }

.special_form .row textarea:focus,
.special_form .row input[type=text]:focus,
.special_form .row select:focus
{
    outline: none;
    box-shadow: 0px 0px 4px 0px #000000;
    -moz-box-shadow: 0px 0px 4px 0px #000000;
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
}
.special_form .row select,
.special_form .row textarea,
.special_form .row input[type=text]
{
	background-color: #424242;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    box-shadow: inset 1px 2px 8px #212121;
    line-height: 30px;
    color: #a8a8a8;
}
.special_form .row textarea
{
    line-height: normal;
    height: 80px;
    padding: 5px;
}
.special_form .row select {
    font-size: 14px;
    -webkit-appearance: none;
    background-image: url("../../img/themes/dark/arrow.png");
    background-size: 11px;
    width: 100%;
    line-height: normal;
    padding: 5px;
    background-position: 99.5% center;
    background-repeat: no-repeat;
}
.special_form .error,
.form_hint
{
	position: relative;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 5px;
    margin-top: 10px;
    font-size: 15px;
}
.form_hint
{
	background-color: #4E4E4E;
	text-shadow: 0 0 1px #0ec453;
    color: #007e30;
}
.special_form .error
{
	background-color: #eca0a0;
	color: #d40d0d;
	text-shadow: 0 0 1px #d07b7b;
}
.special_form .error:before,
.form_hint:before {
	content: '';
	display: block;  
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	padding: 0;
	border-style: solid;
	border-width: 0 4px 8px 4px;
}
.form_hint:before {
	border-color: transparent transparent #4E4E4E transparent;
}
.special_form .error:before {
	border-color: transparent transparent #eca0a0 transparent;
}
.style_input_file [data-file-name]
{
    line-height: 25px;
    padding: 5px 20px;
	background-color: #4e4e4e;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #b7b7b7;
}
.style_input_file [data-file-name] + span
{
    line-height: 25px;
    padding: 5px 20px!important;
    font-weight: normal;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background: #e2e2e2;
    background: -moz-linear-gradient(top, #8c8c8c 0%, #686868 100%);
    background: -webkit-linear-gradient(top, #8c8c8c 0%, #686868 100%);
    background: -o-linear-gradient(top, #8c8c8c 0%, #686868 100%);
    background: -ms-linear-gradient(top, #8c8c8c 0%, #686868 100%);
    background: linear-gradient(top, #8c8c8c 0%, #686868 100%);
    border-style: solid;
    border-width: 1px;
    border-color: #c3c3c3 #2b2b2b #2b2b2b #c3c3c3;
}
.available_types
{
	color: #b7b7b7;
}
.special_form .btn_submit
{
    line-height: 25px;
    padding: 5px 20px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #ff0000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border-color: #ff0000;
}
.special_form .btn_submit:hover
{
    background: #FFFFFF;
    color:##ff0000;
}
.special_form div.field > label
{
	color: #ffffff;
}
.special_form div.checker span
{
    background: url("../../img/themes/dark/switch.png") right top no-repeat;
}
.special_form div.radio span
{
    background: url("../../img/themes/dark/switch.png") right bottom no-repeat;
}
.special_form div.checker span, .special_form div.radio span {
    width: 20px;
    height: 20px;
}
.special_form div.checker input, .special_form div.radio input {
    width: 20px;
    height: 20px;
}
.special_form div.checker span.checked {
    background-position: left top;
}
.special_form div.radio span.checked {
    background-position: left bottom;
}
.special_form div.checker, .special_form div.radio {
    float: left;
    clear: left;
}
.special_form div.field > label
{
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: normal;
}
.style_input_file [data-file-name] + span:hover, .style_input_file [data-file-name] + span:active {
	background: #424242;
}
.sf_popup_close
{
    position: absolute;
    top: 15px;
    right: 10px;
}
.sf_popup_close:hover
{
    color: #000000;
}