@charset "UTF-8";
/* CSS Document */

div.scrollholder
{
    position: relative;
    width: 475px; height: 370px;
    overflow: auto;
    z-index: 1;
    background-color:none;
	padding-top:10px
}
div.scrollholder2
{
    position: relative;
    width: 475px; height: 275px;
    overflow: auto;
    z-index: 1;
    background-color:none;
	padding-top:10px
}

div.scrollholder3
{
    position: relative;
    width: 475px; height: 180px;
    overflow: auto;
    z-index: 1;
    background-color:none;
	padding-top:10px
}

div.scrollholder4
{
    position: relative;
    width: 500px; height: 675px;
    overflow: auto;
    z-index: 1;
    background-color:none;
	padding-top:0px;
	margin-left: -40px;
}

div.scroll
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 90%;
	z-index: 2;
	text-align:justify;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 12px; height: 95%;
    font-size: 0;
    z-index: 3;
    background:none;
}

div.drag_bar
{
    position: absolute;
    width: 95%; height: 11px;
    cursor: pointer;
    z-index: 4;
    background: #ffd500;
}  

