
div.scroll {

  margin-top:0px;

	margin-left: 0px;
	
	text-align: right;

	height: 450px;

	width: 90%;

	overflow: auto;

/*	border-top: 1px solid white;

	border-bottom: 1px solid white; */ 

/*	background-color: #ccc;  */

	padding: 0px;

/*	scrollbar-3dlight-color: black;*/

scrollbar-color: black; 

scrollbar-arrow-color: gray;



/*	scrollbar-darkshadow-color: white; */

	scrollbar-face-color: black;/*#ff9900;/* #cccccc;*/ 

	scrollbar-highlight-color: black;

	scrollbar-shadow-color: black;

	scrollbar-track-color: gray;/*#ccc; /*#999;*/ 

}
