
#mycustomscroll {
	float:left;
	height:236px;
	width:818px;
/* Typical fixed height and fixed width example */
	/*width: 200px;
	height: 140px;*/
	overflow: auto; 
	/* IE overflow fix, position must be relative or absolute */
	position: relative; 
	/*background-color: #E7EADE; */
	/*padding: 5px;*/
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 140px;
	height: 100px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
	padding: 15px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width: 870px;
	height: 410px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 5px;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
	float:left;
	height: 300px;
	width: 200px;
	overflow:auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 5px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 350px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.copyrightnotice { font-size: 70%; font-weight: bold; text-align: center; font-family: Arial, Helvetica, sans-serif; text-indent: 0; }
