/*SUBMIT*/

a.submit input{
    position: absolute;
    top: -10000px;
    left: -1000px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

/*INPUT*/
.input,
.Block .input{
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;


    border-radius: 2px;


    padding: 4px 10px 1px;
    height: 19px;
    position: relative;
    overflow: hidden;
    color: #5b5b5b;
    background: #FFF;
    z-index: 200;
}

.input:hover,
.Block .input:hover{
    border: solid 1px #cfcdcd;
}

.input.focus,
.Block .input.focus{
    border: solid 1px #ffd76a;
    color: #272727;
    z-index: 300;
}

.input.readonly,
.Block .input.readonly{
    background: #EEE !important;
    border: solid 1px #e1e1e1 !important;
}

.input.readonly .element_edit,
.Block .input.readonly .element_edit{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    opacity: 1 !important;
    background: #EEE !important;
}

.input.readonly .span_val,
.Block .input.readonly .span_val{
    z-index: 400;
    background: #EEE !important;
    color: #999;
}

.input.readonly .shadow,
.Block .input.readonly .shadow{


    box-shadow: inset 10px 0 5px #EEE !important;
}

.input.focus .element_edit,
.Block .input.focus .element_edit{
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.input .element_edit input,
.Block .input .element_edit input,
.input .element_edit input:focus,
.Block .input .element_edit input:focus{
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
    outline: none;
}

.input.error,
.Block .input.error,
.input.error_only,
.Block .input.error_only{
    border: solid 1px #f3adad !important;
    background: url(/images/framework/forms/input_status.gif) no-repeat right -34px #fff0f0;
    padding-right: 28px;
}

.input.error_only,
.Block .input.error_only{
    z-index: 300;
}

.input.error .element_edit,
.Block .input.error .element_edit,
.input.error_only .element_edit,
.Block .input.error_only .element_edit{
    width: 99.98%;
    background: #fff0f0;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
    .input.error .element_edit,
    .Block .input.error .element_edit,
    .input.error_only .element_edit,
    .Block .input.error_only .element_edit{
        width: 100% !important;
        background: #fff0f0;
    }
}

.input.error .span_val,
.Block .input.error .span_val,
.input.error_only .span_val,
.Block .input.error_only .span_val{
    background: #fff0f0;
}

.input.okey,
.Block .input.okey,
.input.okey_only,
.Block .input.okey_only{
    background: url(/images/framework/forms/input_status.gif) no-repeat right -14px;
    padding-right: 28px;
}

.input.okey_focusout,
.Block .input.okey_focusout{
    background: url(/images/framework/forms/input_status.gif) no-repeat right 6px;
    padding-right: 28px;
}

.input.load,
.Block .input.load{
    background: url(/images/framework/forms/loadersmal.gif) no-repeat right center #FFF;
    padding-right: 28px;
}

*html .input.error .element_edit,
*html .Block .input.error .element_edit,
*html .input.error_only .element_edit,
*html .Block .input.error_only .element_edit{
    background: none !important;
    border: none !important;
}

.input.ejaculation,
.input.ejaculation .info_text.ejaculation,
.Block .input.ejaculation,
.Block .input.ejaculation .info_text.ejaculation{
    background-image: url(/images/framework/forms/ico_ejaculation.png);
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.input.question,
.input.question .info_text.question,
.Block .input.question,
.Block .input.question .info_text.question{
    background-image: url(/images/framework/forms/ico_question.png);
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.input.question .element_event,
.input.ejaculation .element_event,
.Block .input.question .element_event,
.Block .input.ejaculation .element_event{
    width: 25px;
    display: block;
    position: absolute;
    right: 0;
    _right: -2px;
    top: 0;
    height: 26px;
    z-index: 99999;
    cursor: pointer;
}

.input.question .info_text,
.input.ejaculation .info_text,
.Block .input.question .info_text,
.Block .input.ejaculation .info_text{
    position: absolute;
    border: solid 1px #f7e6bb;
    background-color: #fef9e9;


    box-shadow: 0 0 5px #999;
    padding: 10px;
    right: -1px;
    top: -1px;
    color: #000;
    width: 178px;
    padding: 10px;
    cursor: default;
    opacity: 0.8;
    display: none;
}

.input.question .info_text.left_itext,
.input.ejaculation .info_text.left_itext,
.Block .input.question .info_text.left_itext,
.Block .input.ejaculation .info_text.left_itext{
    left: -1px;
    background-position: 6px 6px;
    padding-right: 10px;
    padding-left: 28px;
}

.input .element_edit,
.Block .input .element_edit{
    height: 19px;
    cursor: text;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    right: 0;
    float: right;
    /*min-width:100%;*/
    width: 100%;
    background: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    z-index: 101;
}

.input .span_val,
.Block .input .span_val{
    height: 19px;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
}

.input .shadow,
.Block .input .shadow{


    box-shadow: 10px 0 5px #FFFFFF inset;
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 24px;
    z-index: 250;
}

.input.error .shadow,
.Block .input.error .shadow,
.input.error_only .shadow,
.Block .input.error_only .shadow{


    box-shadow: 10px 0 5px #ffebeb inset;
}

.input ul,
.input ul li,
.Block .input ul,
.Block .input ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.input ul li.ac_odd,
.Block .input ul li.ac_odd{
    background: #f7f7f7;
}

.input ul li,
.Block .input ul li{
    font-size: 13px;
    padding: 5px 23px 5px 10px;
}

.input ul li.hover,
.Block .input ul li.hover,
.input ul li.ac_over,
.Block .input ul li.ac_over{
    background: #2473c0;
    color: #FFF;
    cursor: pointer;
}

.input ul,
.Block .input ul{
    position: absolute;
    display: none;
    top: 27px;
    clear: both;
    left: -1px;
    border: solid 1px #e1e1e1;
    /*width:100%;*/
    width: auto !important;
    background: #FFF;


    border-radius: 0 0 2px 2px;
    overflow: auto;
    max-height: 156px;
    z-index: 999 !important;
}

.input:hover ul,
.Block .input:hover ul{
    border: solid 1px #cbcbcb;
}

.input.focus ul,
.Block .input.focus ul{
    display: block;
    box-shadow: 0 0 2px #e1e1e1;


}

.input.autocomplete,
.Block .input.autocomplete{
    _padding-top: 4px;
    _padding-bottom: 0px;
    overflow: visible;
}

.input.autocomplete.focus,
.Block .input.autocomplete.focus{
    border: solid 1px #ffd76a;
    box-shadow: inset 0 0 2px #e1e1e1 !important;


}

.input.autocomplete.focus .but_select,
.Block .input.autocomplete.focus .but_select{
    background-position: left top;
}

.input.autocomplete .element_edit,
.Block .input.autocomplete .element_edit{
    min-width: 100%;
/ / padding-left : 0 px;
    position: relative;
    background: #FFF;
    overflow: visible;
    /*z-index:auto;*/
}

.input.autocomplete .span_val,
.Block .input.autocomplete .span_val{
    /*z-index:-1*/
}

.input.autocomplete.focus .element_edit,
.input.autocomplete.okey_focusout .element_edit,
.input.autocomplete.okey .element_edit,
.Block .input.autocomplete.focus .element_edit,
.Block .input.autocomplete.okey_focusout .element_edit,
.Block .input.autocomplete.okey .element_edit{
    background: #fff;
}

/*end:INPUT*/
/*PASSWORD*/

.password,
.Block .password{
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;


    border-radius: 2px;


    padding: 4px 10px 1px;
    height: 19px;
    position: relative;
    overflow: hidden;
    color: #5b5b5b;
    background: #FFF;
    z-index: 200;
}

.password:hover,
.Block .password:hover{
    border: solid 1px #cfcdcd;
}

.password.focus,
.Block .password.focus{
    border: solid 1px #ffd76a;
    color: #272727;
    z-index: 300;
}

.password.focus .element_edit,
.Block .password.focus .element_edit{
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.password.error,
.Block .password.error,
.password.error_only,
.Block .password.error_only{
    border: solid 1px #f3adad !important;
    background: url(/images/framework/forms/input_status.gif) no-repeat right -34px #fff0f0;
    padding-right: 28px;
}

.password.error_only,
.Block .password.error_only{
    z-index: 300;
}

.password.error .element_edit,
.Block .password.error .element_edit,
.password.error_only .element_edit,
.Block .password.error_only .element_edit{
    width: 99.98%;
    background: #fff0f0;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
    .password.error .element_edit,
    .Block .password.error .element_edit,
    .password.error_only .element_edit,
    .Block .password.error_only .element_edit{
        width: 100% !important;
        background: #fff0f0;
    }
}

.password.error .span_val,
.Block .password.error .span_val,
.password.error_only .span_val,
.Block .password.error_only .span_val{
    background: #fff0f0;
}

.password .element_edit input,
.Block .password .element_edit input,
.password .element_edit input:focus,
.Block .password .element_edit input:focus{
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
    outline: none;
}

.password.okey,
.Block .password.okey{
    background: url(/images/framework/forms/input_status.gif) no-repeat right -14px;
    padding-right: 28px;
}

.password.okey_focusout,
.Block .password.okey_focusout{
    background: url(/images/framework/forms/input_status.gif) no-repeat right 6px;
    padding-right: 28px;
}

.password.load,
.Block .password.load{
    background: url(/images/framework/forms/loadersmal.gif) no-repeat right center #FFF;
    padding-right: 28px;
}

*html .password.error .element_edit,
*html .Block .password.error .element_edit,
*html .password.error_only .element_edit,
*html .Block .password.error_only .element_edit{
    background: none !important;
    border: none !important;
}

.password.ejaculation,
.password.ejaculation .info_text.ejaculation,
.Block .password.ejaculation,
.Block .password.ejaculation .info_text.ejaculation{
    background-image: url(/images/framework/forms/ico_ejaculation.png);
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.password.question,
.password.question .info_text.question,
.Block .password.question,
.Block .password.question .info_text.question{
    background-image: url(/images/framework/forms/ico_question.png);
    background-position: right 6px;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.password.question .element_event,
.password.ejaculation .element_event,
.Block .password.question .element_event,
.Block .password.ejaculation .element_event{
    width: 25px;
    display: block;
    position: absolute;
    right: 0;
    _right: -2px;
    top: 0;
    height: 26px;
    z-index: 99999;
    cursor: pointer;
}

.password.question .info_text,
.password.ejaculation .info_text,
.Block .password.question .info_text,
.Block .password.ejaculation .info_text{
    position: absolute;
    border: solid 1px #f7e6bb;
    background-color: #fef9e9;


    box-shadow: 0 0 5px #999;
    padding: 10px;
    right: -1px;
    top: -1px;
    color: #000;
    width: 178px;
    padding: 10px;
    cursor: default;
    opacity: 0.8;
    display: none;
}

.password.question .info_text.left_itext,
.password.ejaculation .info_text.left_itext,
.Block .password.question .info_text.left_itext,
.Block .password.ejaculation .info_text.left_itext{
    left: -1px;
    background-position: 6px 6px;
    padding-right: 10px;
    padding-left: 28px;
}

.password .element_edit,
.Block .password .element_edit{
    height: 19px;
    cursor: text;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    right: 0;
    float: right;
    /*min-width:100%;*/
    width: 100%;
    background: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    z-index: 101;
}

.password .span_val,
.Block .password .span_val{
    height: 19px;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
}

.password .shadow,
.Block .password .shadow{


    box-shadow: 10px 0 5px #FFFFFF inset;
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 24px;
    z-index: 250;
}

.password.error .shadow,
.Block .password.error .shadow,
.password.error_only .shadow,
.Block .password.error_only .shadow{


    box-shadow: 10px 0 5px #ffebeb inset;
}

/*end:PASSWORD*/
/*INPUT_TEXTAREA*/
.input_textarea,
.Block .input_textarea{
    background: #eee;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    color: #5b5b5b;
    z-index: 200;
}

.input_textarea .element_edit,
.Block .input_textarea .element_edit{
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;


    border-radius: 2px;


    height: 21px;
    padding: 3px 10px 2px;
    margin-top: -27px;
    position: relative;
    z-index: 101;
    cursor: text;
    overflow: auto;
}

.input_textarea .element_edit:hover,
.Block .input_textarea .element_edit:hover{
    border: solid 1px #cfcdcd;
}

.input_textarea .element_edit.focus,
.Block .input_textarea .element_edit.focus{
    border: solid 1px #ffd76a;
    color: #272727;
    z-index: 300;
}

.input_textarea.error .element_edit,
.Block .input_textarea.error .element_edit,
.input_textarea.error_only .element_edit,
.Block .input_textarea.error_only .element_edit{
    border: solid 1px #f3adad;
    background: #fff0f0 !important;
}

.input_textarea .span_val,
.Block .input_textarea .span_val{
    border-radius: 2px;


    height: 19px;
    padding: 5px 10px 2px;
    display: block;
    background: #fff;
    position: relative;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
}

.input_textarea .img_ava,
.Block .input_textarea .img_ava{
    position: absolute;
    visibility: hidden;
}

.input_textarea p,
.Block .input_textarea p{
    padding: 0;
    margin: 0;
}

/*end:INPUT_TEXTAREA*/
/*TEXTAREA*/
.textarea,
.Block .textarea{
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;


    border-radius: 2px;


    position: relative;
    overflow: hidden;
    overflow-x: auto !important;
    color: #5b5b5b;
    cursor: text;
    background: #FFF;
    z-index: 200;
}

.textarea:hover,
.Block .textarea:hover{
    border: solid 1px #cfcdcd;
}

.textarea.error,
.Block .textarea.error,
.textarea.error_only,
.Block .textarea.error_only{
    border: solid 1px #f3adad !important;
    background: url(/images/framework/forms/input_status.gif) no-repeat right -35px #fff0f0 !important;
}

.textarea.error .span_val,
.Block .textarea.error .span_val{
    background: #fff0f0;
}

.textarea.error_only,
.Block .textarea.error_only{
    z-index: 300;
}

.textarea.error .element_edit,
.Block .textarea.error .element_edit,
.textarea.error_only .element_edit,
.Block .textarea.error_only .element_edit{
    background: url(/images/framework/forms/input_status.gif) no-repeat right -35px #fff0f0 !important;
}

.textarea.error_only .element_edit,
.Block .textarea.error_only .element_edit{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.textarea.focus,
.Block .textarea.focus{
    border: solid 1px #ffd76a;
    color: #272727;
    z-index: 300;
}

.textarea.focus .element_edit,
.Block .textarea.focus .element_edit{
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.textarea .element_edit,
.Block .textarea .element_edit{
    position: relative;
    z-index: 101;
    cursor: text;
    overflow: visivle;
    padding: 5px 10px 2px;
    background: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

.textarea .span_val,
.Block .textarea .span_val{
    height: 19px;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px 2px;
}

.textarea p,
.Block .textarea p{
    padding: 0;
    margin: 0;
}

/*end:TEXTAREA*/
/*SELECT*/
.Popup .select,
.Block .select{
    border: solid 1px #e1e1e1;
    border-radius: 2px;


    height: 24px;
    position: relative;
    color: #5b5b5b;
    overflow: visible;
    z-index: 200;
    padding: 0 10px 2px;
    padding-right: 43px;

}

.Popup .select.condition_off,
.Block .select.condition_off{
    padding-right: 10px !important;
    background: #fff !important;
}

.Popup .select .val,
.Block .select .val{
    position: absolute;
    left: 12px;
    top: 5px;
    z-index: 101;
}

.Popup .select ul,
.Popup .select ul li,
.Block .select ul,
.Block .select ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.Popup .select ul li.odd,
.Block .select ul li.odd{
    background: #f7f7f7;
}

.Popup .select ul li,
.Block .select ul li{
    font-size: 13px;
    padding: 5px 23px 5px 10px;
}

.Popup .select ul li.ac_over,
.Block .select ul li.ac_over{
    background: #2473c0;
    color: #FFF;
    cursor: pointer;
}

.Popup .select ul,
.Block .select ul{
    position: absolute;
    display: none;
    top: 26px;
    clear: both;
    left: -1px;
    border: solid 1px #e1e1e1;
    width: auto !important;
    background: #FFF;


    border-radius: 0 0 2px 2px;
    overflow: auto;
/ overflow-x : hidden;
    max-height: 156px;
    z-index: 999 !important;
}

.Popup .select .but_select,
.Block .select .but_select{
    background-image: url(/images/framework/forms/ico_arr_select.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 19px;
    height: 18px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.Popup .select:hover,
.Block .select:hover{
    border: solid 1px #cfcdcd;
}

.Popup .select:hover ul,
.Block .select:hover ul{
    border: solid 1px #cbcbcb;
}

.Popup .select:hover .but_select,
.Block .select:hover .but_select{
    background-position: left -18px;


    box-shadow: 0 0 3px #bababa;
}

.Popup .select.focus,
.Block .select.focus{
    box-shadow: inset 0 0 2px #e1e1e1 !important;


    color: #272727;
    /*_padding-bottom:0px;*/
    z-index: 300;
}

.Popup .select.focus .but_select,
.Block .select.focus .but_select{
    box-shadow: 0 0 0;


    background-position: left -36px;
}

.but_select.active,
.Block .but_select.active{
    box-shadow: 0 0 0 !important;


    background-position: left -36px !important;
}

.Popup .select.focus ul,
.Block .select.focus ul{
    display: block;
    box-shadow: 0 0 2px #e1e1e1;


}

.Popup .select.autocomplete,
.Block .select.autocomplete{
    _padding-top: 4px;
    _padding-bottom: 0px;
}

.Popup .select.autocomplete.focus,
.Block .select.autocomplete.focus{
    border: solid 1px #ffd76a;
    box-shadow: inset 0 0 2px #e1e1e1 !important;


}

.Popup .select.autocomplete.focus ul,
.Block .select.autocomplete.focus ul{
    top: 27px;
    display: none;
}

.Popup .select.autocomplete.focus .but_select,
.Block .select.autocomplete.focus .but_select{
    background-position: left top;
}

.Popup .select.error,
.Block .select.error{
    border: solid 1px #f3adad !important;
    background: url(/images/framework/forms/select_status.png) no-repeat right -34px #fff0f0 !important;
    /*padding-right:28px;*/
}

.Popup .select.error .element_edit,
.Block .select.error .element_edit{
    background: #fff0f0 !important;
}

.Popup .select.error .shadow,
.Block .select.error .shadow{


    box-shadow: inset 10px 0 5px #fff0f0 !important;
}

.Popup .select.okey,
.Block .select.okey{
    background: url(/images/framework/forms/select_status.png) no-repeat right -14px;

}

.Popup .select.okey_focusout,
.Block .select.okey_focusout{
    background: url(/images/framework/forms/select_status.png) no-repeat right 6px;
}

.Popup .select.load,
.Block .select.load{
    background: url(/images/framework/forms/loadersmal_select.gif) no-repeat right center #FFF;
    /*padding-right:28px;*/
}

*html .Popup .select.error .element_edit,
*html .Block .select.error .element_edit{
    background: none !important;
    border: none !important;
}

.Popup .select .element_edit,
.Block .select .element_edit{
    height: 18px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    right: 0;
    float: right;
    min-width: 100%;
/ / width : 99.8 %;
    padding-top: 3px;
    margin-top: 2px;

}

.Popup .select.autocomplete .element_edit,
.Block .select.autocomplete .element_edit{
    min-width: 100%;
/ / padding-left : 0 px;
    position: relative;
    z-index: 100;
    background: #FFF;

}

.Popup .select.autocomplete.focus .element_edit,
.Popup .select.autocomplete.okey_focusout .element_edit,
.Popup .select.autocomplete.okey .element_edit,
.Block .select.autocomplete.focus .element_edit,
.Block .select.autocomplete.okey_focusout .element_edit,
.Block .select.autocomplete.okey .element_edit{
    background: #fff;
}

.Popup .select .shadow,
.Block .select .shadow{


    box-shadow: 10px 0 5px #FFFFFF inset;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 24px;
    z-index: 250;
}

/*end:SELECT*/

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}