
/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 319px;
	height: 224px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background: #6f6f6f;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	color: rgb(166,166,166);
	padding: 10px 10px 10px 10px;
	margin: 0.3em auto;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 319px;
	height: auto;
	position: relative;
	color: rgb(216,215,213);
	padding: 1px;
}

/* general page style ends here */


