/*Page related styles for you to view*/
#cmscroll {
	/* Typical fixed height and fixed width example */
	width: 180px;
	height: 450px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ffffff;
	margin: 0.3em auto;
	padding: 5px;
}

/* general page style ends here */


