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

.scroll-track{
	height:100px;
	width:9px;
	background:url(../img/scrollbar.gif) #000 repeat-y;
}

.scroll-handle{
	height:40px;
	width:9px;
	background:url(../img/scrollhandle.gif) #ff7700 repeat-y;
	cursor:pointer;
}

div.makeScroll {
	/*overflow:hidden;*/
	overflow:auto;
	width:590px;
	height:390px;
	margin:0 auto;
	padding-right:20px;
	text-align:left !important;
}

#terms-info p, #terms-info ol {
	margin-bottom:20px !important;
}

