div.scrollholder
{
    position: relative;
    width: 720px; height: 365px;
    overflow: auto;
    z-index: 1;
    margin-top: 10px;
    margin-left:5px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 8px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #999999;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #222222;
}  

#register_text div.scrollholder
{
    position: relative;
    width:970px; height:200px;
    overflow: auto;
    z-index: 1;
    margin:0 0 0 5px;
	border:0px none #666666;
	background-color:#5A0203;
}

#register_terms div.scrollholder
{
    position: relative;
    width:970px; height:388px;
    overflow: auto;
    z-index: 1;
    margin:0 0 0 5px;
	border:0px none #666666;
}
#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;
} 