div.scrollholder
{
	position: relative;
	width: 800px;
	height: 400px;
	overflow: auto;
	z-index: 1;
	background-color: #fff;
}

div.scroll
{
	position: absolute;
	left: 0px;
	top: 0;
	width: 95%;
	z-index: 2;
}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 18px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background: #6EADD9;
}

div.drag_bar
{
	position: absolute;
	width: 100%;
	height: 5px;
	cursor: pointer;
	z-index: 4;
	background: #0072A6;
}  

.text_client-list  {
	text-align: justify;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;
}
