.scroll{
	position:absolute;
	display:block;
width: 445px;	
height:535px;
	overflow:scroll;
	padding: 0px 35px 0px 0px;
	border:0px dashed black;
	border-right:0;
	
	background:#fff;
	
	
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}


