#content {
	padding: 0px;
	margin:0.0em 0em;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 402px;
	height: 373px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	margin: 0;
	padding: 0px;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 280px;
	height: auto;
	position: relative;
	color: #003333;
	padding: 1px;
}
