.scroll{
	position:absolute;
	display:block;
z-index:100;

width: 453px;	
height:405px;
	overflow:scroll;
	padding: 0px 35px 0px 0px;
	border:0px dashed black;
	border-right:0;
	
	background:#fff;
font-family: arial, serif; font-size: 12px; font-weight: normal; color: #3F5C34;	
	
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

