div.scrollholder
{
    position: relative;
    width: 250px; 
	height: 368px;
    overflow: auto;
    z-index: 1;
    background-color: #FFFFFF;
	margin-bottom:30px;
	margin-top:12px;
}

div.scrollholder2
{
    position: relative;
    width: 100%; 
	height: 408px;
    overflow: auto;
    z-index: 1;
	margin-bottom:5px;
}

div.scrollholder3
{
    position: relative;
    width: 300px; 
	height: 435px;
    overflow: auto;
    z-index: 1;
	margin-bottom:5px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 80%;
    /*z-index: 2;*/
	font-family:"Arial";
	font-size:11px;
	color:#999999;
	text-align:justify;
}

div.scroll2
{
    position: absolute;
    left: 0; top: 0;
    width: 80%;
    /*z-index: 2;
	font-family:"Arial";
	font-size:11px;
	color:#999999;*/
	text-align:justify;
}

div.scroll3
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	font-family:"Arial";
	font-size:11px;
	/*color:#999999;*/
	text-align:justify;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 6px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #e1decf;
}

div.drag_bar
{
    position: absolute;
    width: 12px;
	height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #89825c;
}  