.Standart_Form input, .Standart_Form textarea, .Standart_Form .select, .Standart_Form .albums_select{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #5b5b5b;
}

/************ START INPUT **************/
.Standart_Form input, .Standart_Form div.select input, .Standart_Form textarea, .Standart_Form div.albums_select input{
    outline: 0px;
    border: 1px solid #e1e1e1;


    border-radius: 2px;


    box-shadow: inset 0 0 1px #e1e1e1;
    vertical-align: middle;
}

.Standart_Form input, .Standart_Form div.select input, .Standart_Form div.albums_select input{
    line-height: 24px;
    width: 195px;
    height: 24px;
    padding: 0 25px 0 7px;
    background: none;
}

.Standart_Form input:hover, .Standart_Form div.select input:hover, .Standart_Form .textarea_clear:hover, .Standart_Form div.albums_select input:hover{
    border: 1px solid #cfcdcd;
}

.Standart_Form input:focus, .Standart_Form div.select input:focus, .Standart_Form .textarea_clear:focus, .Standart_Form div.albums_select input:focus{
    border: 1px solid #ffd76a;
    color: #272727;
}

/************ END INPUT **************/

/************ START SELECT **************/
.Standart_Form .select, .Standart_Form .albums_select{
    margin: 0px 0;
    position: relative;
    display: inline-block;
    float: left;
}

.Standart_Form div.select input, .Standart_Form div.albums_select input{
    vertical-align: middle;
    padding: 0 48px 0 7px;
    width: 172px;
}

.Standart_Form div.input_no_active input{
    background: url(/images/forms_V2/ico_arr_select.gif) no-repeat right center !important;
}

.Standart_Form .select ul, .Standart_Form .albums_select ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    border: #cdcdcd 1px solid;
    border-top: 0px;
    background: #fff;
    height: 133px;
    width: 227px;
    text-align: left;
    top: 26px;
/ top : 27 px;
    left: 0px;
/ left : 0 px;
    z-index: auto !important;
    cursor: pointer;
}

.Standart_Form .select ul li, .Standart_Form .albums_select ul li{
    padding: 3px 5px 3px 8px;
    cursor: pointer;
}

.Standart_Form .select ul li.dark, .Standart_Form .albums_select ul li.dark{
    background: #f7f7f7;
}

.Standart_Form .select ul li.current, .Standart_Form .albums_select ul li.current{
    color: #fff;
    background: #2473c0;
}

.Standart_Form .select .select_arr, .Standart_Form .albums_select .select_arr{
    position: absolute;
    right: 4px;
    _right: 3px;
    top: 4px;
/ top : 5 px;
    background: url(/images/forms_V2/ico_arr_select.gif) 0 0px no-repeat;
    width: 19px;
    height: 18px;
    outline: none;
}

.Standart_Form .select .select_arr:hover, .Standart_Form .albums_select .select_arr:hover{
    background: url(/images/forms_V2/ico_arr_select.gif) 0 -18px no-repeat;


    box-shadow: 0 0 2px #bababa;
}

.Standart_Form .select .select_arr:active, .Standart_Form .albums_select .select_arr:active{
    background: url(/images/forms_V2/ico_arr_select.gif) 0 -36px no-repeat;
}

.Standart_Form div.select.dropdown input, .Standart_Form div.albums_select.dropdown input{
    cursor: pointer;
}

.Standart_Form div.select.dropdown input:focus, .Standart_Form div.albums_select.dropdown input:focus{
    border: 1px solid #e1e1e1;
    color: #5b5b5b;
}

/************ END SELECT **************/
/************ START STATUS **************/
.Standart_Form input.input_clear{
    background: none;
    background-color: #fff;
}

.Standart_Form input.input_check, .Standart_Form textarea.input_false{
    background: #fff url(/images/forms_V2/loadersmal.gif) 99% 50% no-repeat;
}

.Standart_Form input.input_true, .Standart_Form textarea.input_false{
    background: #fff url(/images/forms_V2/input_status.gif) right -15px no-repeat;
}

.Standart_Form input.input_true_fix, .Standart_Form textarea.input_false{
    background: #fff url(/images/forms_V2/input_status.gif) right 5px no-repeat;
}

.Standart_Form input.input_false, .Standart_Form textarea.input_false{
    background: #fff0f0 url(/images/forms_V2/input_status.gif) right -35px no-repeat;
    border-color: #f2c7c7;
}

.Standart_Form .select input.input_check, .Standart_Form .albums_select input.input_check{
    background: #fff url(/images/forms_V2/loadersmal.gif) 88% 50% no-repeat;
}

.Standart_Form .select input.input_true, .Standart_Form .albums_select input.input_true{
    background: #fff url(/images/forms_V2/input_status_select.gif) right -15px no-repeat;
}

.Standart_Form .select input.input_true_fix, .Standart_Form .albums_select input.input_true_fix{
    background: #fff url(/images/forms_V2/input_status_select.gif) right 5px no-repeat;
}

.Standart_Form .select input.input_false, .Standart_Form .albums_select input.input_false{
    background: #fff0f0 url(/images/forms_V2/input_status_select.gif) right -35px no-repeat;
    border-color: #f2c7c7;
}

/************ END STATUS **************/
.Standart_Form ul .frame{
    height: 133px;
    overflow: auto;
    width: 227px;
}

.Standart_Form .jScrollPaneContainer{
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0px 0px;
}

.Standart_Form .jScrollPaneTrack{
    position: relative;
    float: right;
    cursor: pointer;
    height: 113px;
    background: #fff;
    margin: 2px 2px 0 0;

    border: 1px solid #bababa;
    border-bottom: 0;


    border-radius: 2px;
}

.Standart_Form .jScrollPaneDrag{
    position: absolute;
    left: -1px;
    background: url(/images/forms_V2/bg_scroll.gif) center repeat-x;
    cursor: pointer;
    border: 1px solid #bababa;


    border-radius: 2px;
}

.Standart_Form .jScrollPaneDrag:hover{


    box-shadow: 0 0 2px #bababa;
    border-color: #949393;
    background: url(/images/forms_V2/bg_scroll_hover.gif) center repeat-x;
}

.Standart_Form .jScrollPaneDrag:active, .Standart_Form .jScrollPaneDrag.active{
    border-color: #949393;
    background: url(/images/forms_V2/bg_scroll_click.gif) center repeat-x;
}

.Standart_Form .jScrollPaneDragTop, .Standart_Form .jScrollPaneDragBottom{
    position: absolute;
    top: 0;
    height: 16px;
}

.Standart_Form .jScrollPaneDragBottom{
    top: auto;
    bottom: 0;
    bottom: -15px;
    border: 1px solid #bababa;
    border-top: 0;


    border-radius: 2px;
    left: -1px;
}

.Standart_Form .jScrollPaneDragTop{
    background: url(/images/forms_V2/ico_arr_scroll.gif) center -84px no-repeat;
}

.Standart_Form .jScrollPaneDragTop:hover{
    background: url(/images/forms_V2/ico_arr_scroll.gif) center -68px no-repeat;
}

.Standart_Form .jScrollPaneDragTop:active{
    background: url(/images/forms_V2/ico_arr_scroll.gif) center -52px no-repeat;
}

.Standart_Form .jScrollPaneDragBottom{
    background: url(/images/forms_V2/ico_arr_scroll.gif) center 0px no-repeat;
}

.Standart_Form .jScrollPaneDragBottom:hover{
    background: url(/images/forms_V2/ico_arr_scroll.gif) center -16px no-repeat;
}

.Standart_Form .jScrollPaneDragBottom:active{
    background: url(/images/forms_V2/ico_arr_scroll.gif) center -32px no-repeat;
}

/**************************/

.Standart_Form .textarea_clear{
    width: 214px;
    height: 80px;
    padding: 7px;
    background-color: #fff;
}

/**************************/