/*** BEGIN: Styling for Input ***/
   /* .cf_multi_select {
        position: relative;
        color: #000;
        border: black solid 1px;
        background-color: #fff;
        width: 200px;
    }
    

    .cf_scroll_outer label {
        border-bottom: solid 1px #0E455A ;
        margin: 0px 0px;
        font-family: sans-serif;
        font-size: 10px;
        color: #999;
    }

    .cf_scroll_outer label:hover {
        background-color: #AAAAAA;
        color: #000;
    }

    .cf_multi_selected {background-color: grey;}
*/



/*** BEGIN: Styling for ColdFlash ScrollBar ***/
 /*   .cf_scroll_outer {
        border:                 solid 1px #ccc;
        border-bottom-left-radius-bottom-left:          10px;
        -moz-border-bottom-left-radius:     10px;
        -webkit-border-bottom-left-radius:  10px;
        border-bottom-right-radius-bottom-left:          10px;
        -moz-border-bottom-right-radius:     10px;
        -webkit-border-bottom-right-radius:  10px;
        font-family:            sans-serif;
        color:                  #999;
        background-color:       #fff;
        position: absolute;
        overflow: hidden;
    }
    .cf_scroll_inner {
        padding:                0px;
        position: absolute;
    }

    .cf_scroll_bar_cover, .cf_scroll_bar {
        width:                  17px;
        top:                    20px;
        bottom:                 20px;
        right:                  0px;
        position: absolute;
    }

    .cf_scroll_bar {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_bar.png');
        background-repeat:      repeat-y;
        position: absolute;
    }
    .cf_scroll_up {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_button_top.png');
        background-repeat:      no-repeat;
        width:                  17px;
        height:                 20px;
        top:                    0px;
        right:                  0px;
        position: absolute;
    }
    :hover.cf_scroll_up {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_button_top_over.png');
    }
    .cf_scroll_down {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_button_bottom.png');
        background-repeat:      no-repeat;
        width:                  17px;
        height:                 20px;
        bottom:                 0px;
        right:                  0px;
        position: absolute;
    }
    :hover.cf_scroll_down {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_button_bottom_over.png');
    }
    .cf_scroll_slider {
        width:                  17px;
        margin:                 0px;
        position: relative;
    }
    .cf_scroll_slider_top {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_slider_top.png');
        background-repeat:      no-repeat;
        height:                 11px;
        width:                  17px;
        position: absolute;
        top: 0px;
    }
    .cf_scroll_slider_middle {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_slider_middle.png');
        background-repeat:      repeat-y;
        top:                    11px;
        bottom:                 11px;
        width:                  17px;
        position: absolute;
    }
    .cf_scroll_slider_bottom {
        background-image:       url('/img/global/forms/cf_ms_scroll/cf_sb_brushed_metal_slider_bottom.png');
        background-repeat:      no-repeat;
        height:                 11px;
        width:                  17px;
        bottom: 0px;
        position: absolute;
    }*/
/*** END: Styling for ColdFlash ScrollBar ***/



/*** END: Styling for Input ***/