

#content {
	padding: 3em;
	margin:0.2em 2em;
	color:#7e7e7e;
}



/*Page related styles*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 296px;
	height: 226px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

	margin: 0.3em auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width */
	width: 300px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

	margin: 0.3em auto;
	padding: 15px;
}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars*/
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

/* general page style ends here */



