div.scrollholder
{
    position: relative;
    width: 550px; height: 400px;
    overflow: auto;
    z-index: 1;
    margin: 10px 0 0 16px;
	border:1px solid #666666;
	background-color:#000000;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	text-align:justify;
	padding-left:13px;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 8px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #888888;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #F7B913;
} 

#register_text div.scrollholder, #register_terms div.scrollholder
{
	position: relative;
	width:564px; height:180px;
	overflow: auto;
	z-index: 1;
	margin:0 0 0 5px;
	border:0px none #666666;
	background-color:#000000;
}

#register_text div.scroll, #register_terms div.scroll
{
	position: absolute;
	left: 0; top: 0;
	width: 95%;
	z-index: 2;
	text-align:justify;
	padding-left: 0px;
	padding-right: 0px;
} 
