/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 640px;
	height: 420px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #fff;
	font-size:12px;
	line-height: 18px;
	color: #999;
	font-family: "lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

