#mycustomscroll {
	height: 275px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
text-align:left;
	/*background-color: #E7EADE;
margin: 0.3em auto;*/

	padding-left:20px;
	padding-right:15px;
	width: 405px;
	}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
