

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 310px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
/*	background-color: #E7EADE; */
	margin: 0.3em auto;
	padding: 15px;
	padding-top: 0px;
	position: absolute;
	top: 48px;
	left: 7px;	
	color: #FFF;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 310px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
/*	background-color: #E7EADE; */
	margin: 0.3em auto;
	padding: 15px;
	padding-top: 0px;
	position: absolute;
	top: 355px;
	left: 7px;	
	color: #FFF;
}