/* NULLED ELEMENT */
input[formst][type="text"],
input[formst][type="password"],
textarea.formst, select.formst,
div.formst input[type="text"],
div.formst input[type="password"],
div.formst ul, 
div.formst ul li,
div.formst textarea{
    list-style: none;
    border: none;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: inset 0 0 0;


}

input[formst][type="text"]:focus,
input[formst][type="password"]:focus,
textarea.formst:focus,
select.formst:focus,
div.formst input[type="text"]:focus,
div.formst input[type="password"]:focus,
div.formst textarea:focus,
div.formst select:focus{
    outline: none;
}

/*DEFAULT*/
input[formst][type="text"],
input[formst][type="password"],
textarea.formst, 
select.formst{
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;


    border-radius: 2px;


    padding: 5px 10px 2px;
    color: #5b5b5b;
    background: #FFF;
}

select.formst{
    padding: 2px;
}

input.formst[type="text"]:hover,
input.formst[type="password"]:hover,
textarea.formst:hover, 
select.formst:hover{
    border: solid 1px #cfcdcd
}

input.formst[type="text"]:focus,
input.formst[type="password"]:focus,
textarea.formst:focus, 
select.formst:focus{
    border: solid 1px #ffd76a;
    color: #272727;
}

/*SETUP STRUCTURE*/
div.formst input[type="text"],
div.formst input[type="password"],
div.formst textarea{
    padding: 4px 0;
    color: #5b5b5b;
    background: none;
    border-radius: 0;
}

div.formst input[type="text"]:focus,
div.formst input[type="password"]:focus,
div.formst textarea:focus{
    color: #272727
}

div.formst{
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    background: #FFF;
}

div.formst:hover, div.formst.hover{
    border: solid 1px #cfcdcd
}

div.formst.focus{
    border: solid 1px #ffd76a
}

/*INPUT, PASSWORD*/
div.formst input[type="text"],
div.formst input[type="password"]{
    width: 100%;
    max-width: 100%;
}

/*TEXTAREA*/
div.formst textarea{
    max-width: 100%;
    margin-bottom: -3px;
    line-height: 19px;
    width: 100%;
    resize: none;
}

div.formst.textareaForm{
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
}

div.formst.textareaForm .autoscroll{
    position: absolute;
    left: -100000px;
    top: -100000px;
    padding: 4px 0;
    line-height: 20px;
}

/*INPUT checkbox*/
div.formst.checkboxForm input{
    position: absolute;
    top: -3px;
    left: -4px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

div.formst.checkboxForm{
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 0;
}

div.formst.checkboxForm:hover,
div.formst.checkboxForm.hover,
label:hover div.formst.checkboxForm{
    border: solid 1px #b0b0b0;
    cursor: pointer;
}

div.formst.checkboxForm.active{
    background: url(/images/framework/forms/ic_checkbox.png) no-repeat center center #FFF;
    border: solid 1px #ffd131;
    box-shadow: inset 0 -3px 4px #fdeec3;
}

/*INPUT radio*/
div.formst.radioForm input{
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

div.formst.radioForm{
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
}

div.formst.radioForm:hover,
div.formst.radioForm.hover,
label:hover div.formst.radioForm{
    border: solid 1px #b0b0b0;
    cursor: pointer;
}

div.formst.radioForm.active{
    background: url(/images/framework/forms/ic_radio.png) no-repeat center center #FFF;
    border: solid 1px #ffd131;
    box-shadow: inset 0 -3px 4px #fdeec3;
}

/*fix radio msie<9*/
div.formst.radioForm.msie{
    /*	background:url(/images/framework/forms/ic_radio_msie.png) no-repeat 0 -17px #FFF;*/
    border: none;
    height: 14px;
    width: 14px;
    float: left;
}

div.formst.radioForm.msie:hover,
div.formst.radioForm.msie.hover,
label:hover div.formst.radioForm.msie{
    /*background:url(/images/framework/forms/ic_radio_msie.png) no-repeat left -34px #FFF;*/
    cursor: pointer;
}

/*SELECT && INPUT_AUTOCOMPLETE*/
.ie8 .ac_results{margin-left : -4px}

.ac_results ul,
.ac_results ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}

div.formst ul,
.ac_results ul{
    margin: 0 -10px;
    outline: solid 1px #e1e1e1;
    box-shadow: inset 0 0 2px #e1e1e1;


    background: #FFF;
}

.opera11 div.formst ul, .opera11 .ac_results ul{
    outline: none;
    border: solid 1px #e1e1e1;
}

.opera11 div.formst.hover ul,
.opera11 .ac_results.hover ul,
.opera11 div.formst:hover ul,
.opera11 .ac_results:hover ul{
    outline: none;
    border: solid 1px #cfcdcd;
}

div.formst:hover ul,
div.formst.hover ul{
    outline: solid 1px #cfcdcd
}

div.formst ul li,
.ac_results ul li{
    padding: 5px 10px;
    cursor: pointer;
}

div.formst ul li.ac_even,
.ac_results ul li.ac_even{
    background: #FFFFFF;
}

div.formst ul li.ac_odd,
.ac_results ul li.ac_odd{
    background: #F7F7F7;
}

div.formst ul li.ac_over,
.ac_results ul li.ac_over{
    background: #2473C0 !important;
    color: #FFF;
}

div.formst.selectForm{
    padding-right: 28px;
    overflow: visible;
}

div.formst.selectForm .ac_results{
    position: absolute;
    display: none;
    margin-top: 1px;
}

div.formst.selectForm ul{
    margin-right: -28px
}

div.formst.selectForm select{
    opacity: 0;
    position: absolute;
    top: -999999px;
    left: -999999px;
}

/*INDICARORS && BUTTON*/
/*button*/
div.formst .btn_select{
    cursor: pointer;
    background: url(/images/framework/forms/ico_arr_select.gif) no-repeat 0 0;
    width: 19px;
    height: 18px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 500;
}

div.formst .btn_select:hover{
    background: url(/images/framework/forms/ico_arr_select.gif) no-repeat 0 -18px
}

div.formst .btn_select:active{
    background: url(/images/framework/forms/ico_arr_select.gif) no-repeat 0 -36px
}

/*indicators*/
div.formst .icn_condition{
    background: url(/images/framework/forms/input_status.gif) no-repeat 0 -100px;
    width: 15px;
    height: 17px;
    position: absolute;
    right: 5px;
    top: 3px;
}

div.formst.selectForm .icn_condition{
    right: 27px
}

/*error*/
div.formst.error{
    background: #FFF0F0;
    border: solid 1px #F3ADAD;
    padding-right: 24px;
}

div.formst.error ul{
    margin-right: -24px
}

div.formst.textareaForm.error{
    padding-right: 0;
    background: #FFF0F0;
}

div.formst.selectForm.error{
    padding-right: 46px
}

div.formst.selectForm.error ul{
    margin-right: -46px
}

div.formst.error .icn_condition{
    background-position: 0 -38px;
}

/*success*/
div.formst.success{
    padding-right: 24px
}

div.formst.success ul{
    margin-right: -24px
}

div.formst.textareaForm.success{
    padding-right: 0
}

div.formst.selectForm.success{
    padding-right: 46px
}

div.formst.selectForm.success ul{
    margin-right: -46px
}

div.formst.success .icn_condition{
    background-position: 0 -18px
}

/*loader*/
div.formst.loader{
    padding-right: 24px
}

div.formst.loader ul{
    margin-right: -24px
}

div.formst.textareaForm.loader{
    padding-right: 0
}

div.formst.selectForm.loader{
    padding-right: 46px
}

div.formst.selectForm.loader ul{
    margin-right: -46px
}

div.formst.loader .icn_condition{
    background: url(/images/framework/forms/loadersmal.gif) no-repeat left top;
    width: 18px;
    height: 18px;
}

div.formst.selectForm.loader .icn_condition{
    background: url(/images/framework/forms/loadersmal_select.gif) no-repeat left top;
}

.hiddenForm{display: none}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}