.imgContainer div a:hover
{
	display: block;
	text-decoration: underline;
}

        .oneLine.valErr {
        padding: 5px 0;
        font-weight: bold
    }
.styled-form {
    padding: 0;
    background-color: #f3f3f3;
    font-family: Arial, verdana, sans-serif;
    float: none;
   /* overflow: hidden; */
		width:700px;
}
.styled-form-inner {
    float: none;
    width: auto;
    padding: 35px;
    overflow: hidden
}
.styled-form .oneLine {
    padding-bottom: 14px;
    overflow: hidden
}
.styled-form-inner .oneLine .key {
    color: #000;
    font-size: 14px;
    width: 35%;
    text-align: left;
    margin: 0;
    padding: 9px 5px 0 0;
    box-sizing: border-box
}
.styled-form-inner .oneLine .val {
    width: 50%
}
.styled-form-inner input.text,
.styled-form-inner input.ms-input {
    height: 33px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    float: none;
    width: 100%;
    color: #7f7f7f;
    box-sizing: border-box
}
.styled-form-inner textarea.text {
    min-height: 160px;
    border: 1px solid #dcdcdc;
    padding: 8px 10px;
    float: none;
    width: 100%;
    color: #7f7f7f;
    box-sizing: border-box;
    resize: vertical
}
.styled-form-inner #captcha_img,
.styled-form-inner .imgContainer img {
    float: left;
    width: 180px;
    height: 64px
}
.styled-form-inner .refreshTxtContainer {
    float: left;
    width: 32px;
    height: 62px;
    border: 1px solid #dcdcdc
}
.styled-form-inner .refreshTxtContainer a {
    background: #fff url(../_iMg/reload-captcha.png) 50% 50% no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 32px;
    height: 62px
}
.styled-form-inner .imgContainer {
    overflow: hidden
}
.styled-form-inner .refreshTxtContainer a:hover {
    background-color: #F3F3F3
}
.styled-form-inner .textboxContainer {
    clear: left;
    margin-top: 14px;
    width: 214px
}
.styled-form-inner .one-line-btn {
    padding: 0;
    text-align: right
}
.styled-form-inner .valErr {
    font-size: 12px
}
.styled-form-select-parent {
    height: 33px;
    border: 1px solid #DCDCDC;
    padding: 0;
    float: none;
    width: 100%;
    color: #7F7F7F;
    box-sizing: border-box;
    position: relative;
    font-size: 11px
}
.form select.text.styled-form-select-element,
.form select.styled-form-select-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}
.styled-form-select-inner {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
    line-height: 31px;
    z-index: 1
}
.styled-form-select-icon {
    z-index: 2;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 10px;
    height: 5px;

}
.styled-form-radio-parent {
    position: relative;
    padding: 10px 20px;
    float: left;
    white-space: nowrap;
    height: 20px
}
.styled-form-radio {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 1
}
.styled-form-radio.checked {
    background-position: 0 -20px
}
.styled-form-radio-input {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0
}
.styled-form-inner .radio-content label,
.styled-form-inner .agreement label {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 0 20px;
    font-size: 14px;
    color: #000
}
.styled-form-checkbox-parent {
    position: relative;
    padding: 10px 0 10px 20px;
    box-sizing: border-box
}
.styled-form-checkbox {
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 1
}
.styled-form-checkbox.checked {
    background-position: -20px -20px
}
 .styled-form-checkbox-input input[type='checkbox'] {
    position: absolute;
   top: 0px; /* */
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    padding: 0
}
.form .styled-form-checkbox-parent label {
    top: 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    display: block
}
.form .styled-form-checkbox-parent.chbRegulation label {
    font-size: 11px;
    line-height: 18px
}
.form .styled-form-checkbox-parent.chbRegulation label a {
    color: #DD3126;
    font-size: 11px;
    line-height: 18px
}
.form .styled-form-checkbox-parent.chbRegulation .label {
    width: auto
}
.styled-form-above.oneLine {
    color: #000;
    font-size: 14px;
    padding: 14px 0 28px;
    font-weight: bold
}
.styled-form-inner .ms-dttimeinput {
    width: 200px;
    font-size: 0
}
.styled-form-inner .ms-dttimeinput .styled-form-select-parent {
    float: left;
    width: 65px;
    margin-right: 10px
}
.styled-form-inner h2.oc-form-h2 {
    margin-top: 0 !important;
    font-size: 16px !important;
    color: #000 !important
}
.styled-form-inner h3,
.styled-form-inner span.h3 {
    padding: 20px 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    clear: both
}
.styled-form-inner .accept-and-send {
    color: transparent;
    border: 0;
    width: 156px;
    height: 35px;
    cursor: pointer
}
.styled-form-inner .oc-form-text {
    font-size: 11px;
    line-height: 18px;
    color: #000
}
.form {
    padding: 10px;
    background-color: #f3f3f3;
    clear: both;
    float: left;
    width: 100%
}
.form .oneLine {
    padding-bottom: 8px
}
.form .key {
    float: left;
    width: 110px;
    margin: 0 10px 0 0;
    text-align: right;
    padding-top: 2px;
    font-size: 12px
}
.form .val {
    float: left;
    width: 330px;
    font-size: 12px
}
.form.secoundLayout .key {
    width: 150px
}
.form.secoundLayout .val {
    width: 280px
}
.form input.text {
    float: left
}
.form select.text {
    width: 168px;
    float: left
}
.form textarea.text {
    width: 250px;
    height: 130px;
    float: left
}
.form .addInfo {
    color: #a4a4a4;
    font-size: 9px;
    line-height: 22px;
    float: left;
    padding-left: 5px
}
.form .file {
    float: left
}
.form .valRegulation {
    background-color: #e6e6e6;
    padding: 10px;
    width: 310px
}
.form .chbRegulation input {
    margin: 0;
    padding: 0;
    background-color: transparent;
    float: left;
    width: 30px;
    border-width: 0
}
.form .chbRegulation .label {
    margin: 0;
    padding: 0;
    float: left;
    width: 280px;
    font-size: 9px;
    line-height: 16px
}
.form .chbRegulation .label {
    width: 420px
}
.form .valErr {
    clear: both;
    width: 100%;
    padding: 3px 0;
    float: left
}
.form input.btn {
    margin: 0;
    padding: 0;
    border-width: 0
}
.form .cbList input {
    margin: 10px
}
.form .cbList label {
    position: relative;
    cursor: pointer
}
body table.tableLight tr.hdRow td, 
body table.tableLight tr.hdRow th, 
body table.tableFull tr.hdRow td, 
body table.tableFull tr.hdRow th, 
body table.table01 tr th, 
body table.ms-rteTable-OrlenLight tr.ms-rteTableHeaderRow-OrlenLight td, 
body table.ms-rteTable-OrlenLight tr.ms-rteTableHeaderRow-OrlenLight th, 
body table.ms-rteTable-OrlenFull tr.ms-rteTableHeaderRow-OrlenFull td, 
body table.ms-rteTable-OrlenFull tr.ms-rteTableHeaderRow-OrlenFull th{
	background-color: #d81e05!important;
}
