[class*=col_] {
    float: left;
    padding: 20px 30px!important;
    box-sizing: border-box;
	background-color: #FFF2C3;
}
.special_form
{
    background-color: #f8f8f8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.special_form h2
{
    padding: 0 30px;
    background-color: #2ab4e1;
    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;
	text-align: center;
    letter-spacing: 2px;
}
.special_form .row
{
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
	background-color: #FFF2C3;
}
.special_form .row:first-child
{
    padding-top: 0;
}
.special_form .row > label
{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
	font-weight: 600;
}
.special_form .row input[type=text]
{
    border: 1px solid #d3d3d3;
    background-color: #FFF;
    color: #000000;
    line-height: 30px;
    font-size: 14px;
    text-indent: 5px; 
    width: 300px;
    margin: 0!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
}
.special_form .row textarea
{
    border: 1px solid #d3d3d3;
    color: #000000;
    padding: 5px;
    width: 300px;
    height: 125px;
}
.form_hint {
    color: #000;
    margin-top: 10px;
    padding: 0;
    padding-bottom: 5px;
    font-size: 15px;
    background: none;
    border: none;
}
/* .form_hint:before {
    content: "\2022";
    padding-right: 5px;
} */
.special_form div.field > label
{
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: normal;
}
.special_form .radio ~ label {
    vertical-align: text-bottom;
}
.style_input_file [data-file-name]
{
    line-height: 25px;
    font-size: 14px;
    color: #FFFFFF;
    text-indent: 5px;
    background-color: #292929;
    font-weight: normal;
    margin-right: 10px;
    display: inline-block;
    padding: 5px 20px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
}
.style_input_file [data-file-name] + span
{
    position: relative;
    display: inline-block;
    padding: 5px 20px!important;
    font-weight: normal;
    color: #FFFFFF;
    background: repeat-x 0 0 #2ab4e1;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
}
.style_input_file [data-file-name] + span:hover,
.style_input_file [data-file-name] + span:active
{
    background: #0d81a6;
}
.special_form div.checker span {
    background: url("../../img/themes/blue/switch.png") right top no-repeat;
}
.special_form div.radio span {
    background: url("../../img/themes/blue/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 .error {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    padding: 4px;
    border: 1px solid #cf4c4c;
    color: #cf4c4c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
}
.special_form .error:before {
    content: "\2022";
    padding-right: 5px;
}

.special_form .row select {
    font-size: 14px;
    color: #cf4c4c;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    background-image: url("../../img/themes/blue/arrow.png");
    background-size: 11px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #cf4c4c;
    padding: 5px;
    background-position: 99.5% center;
    background-repeat: no-repeat;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
}
.row_btn {
    text-align: center;
    padding-top: 5px!important;
}
.special_form .btn_submit {
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #530502;
    background: #530502;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0;
}
.special_form .btn_submit:hover
{
    background: #FFFFFF;
    color: #530502;
}

.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 #1081a6;
    -moz-box-shadow: 0px 0px 4px 0px #1081a6;
    -webkit-box-shadow: 0px 0px 4px 0px #1081a6;
}
.special_form .row input[type=text]::-webkit-input-placeholder { color:#000000; }
.special_form .row input[type=text]::-moz-placeholder { color:#000000; }
.special_form .row input[type=text]:-moz-placeholder { color:#000000; }
.special_form .row input[type=text]:-ms-input-placeholder { color:#000000; }