div.scrollholder
{
    position: relative;
    width: 450px; 
    height: 250px;
    overflow: auto;
    z-index: 1;
    background-color: #ffffff;
}

div.rbox-scrollholder
{
    position: relative;
	width: 200px; 
        height: 250px;
    overflow: auto;
    z-index: 1;
    background-color:#e7e8ed;
	color:#8188d5;
	/*margin:0px 0px 10px 10px;*/
	float:right;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

div.rbox-scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	background-color:#e7e8ed;
	/*color:#293873;
	font-family: Trebuchet MS, Verdana, Halvetica;
	font-weight:bold;
	font-size:13px;*/
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #D0CACD;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #A8A8A8;
}  
