#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 460px;
	height: 428px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin-top: 20px;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 458px;
	height: 416px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}
#mycustomscroll3 {
	/* Typical fixed height and fixed width example */
width: 458px;
	height: 425px;
	overflow: inherit;
	/* IE overflow fix, position must be relative or absolute*/
position: inherit;
	margin-bottom:15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
