div.scrollholder
{
    position: relative;
    width: 600px; 
	height: 400px;
    overflow: auto;
    z-index: 1;
	margin-bottom:5px;
}

div.scrollholder2
{
    position: relative;
    width: 608px; 
	height: 190px;
    overflow: auto;
    z-index: 1;
	margin-bottom:5px;
}

div.scrollholder3
{
    position: relative;
    width: 585px; 
	height: 500px;
    overflow: auto;
    z-index: 1;
	margin-bottom:5px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 98%;
    /*z-index: 2;*/
	font-family:"Arial";
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 6px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-color: #FFFFFF;
}

div.drag_bar
{
	position: absolute;
	width: 12px;
	height: 14px;
	cursor: pointer;
	z-index: 4;
	background-color: #FF6600;
}  
