#mycustomscroll {
	height: 250px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: -10px 0 0.3em -10px;
	padding: 15px 15px 15px 15px;

	color: white;
	left: 0;
	width: 480px;
}
#mycustomscroll_form {
	height: 200px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: -10px 0 0.3em -10px;
	padding: 15px 15px 15px 15px;

	color: white;
	left: 0;
	width: 480px;
}
#mycustomscroll_prof {
	height: 350px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 10px 0 0.3em -10px;

	color: white;
	left: 0;
	width: 480px;
	padding: 1px 15px 15px;
}

#mycustomscroll_matr {
	height: 450px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: -10px 0 0.3em -10px;
	padding: 15px 15px 15px 15px;

	color: white;
	left: 0;
	width: 480px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 520px;
	height: 450px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 15px;
	left: 80px;
	border-color: red;
	border-width: 0;
	margin: 0 auto 0.3em -80px;
	overflow: hidden;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width: 500px;
	height: 400px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 15px;
	margin: -100px auto 20px 130px;
}.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	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;
}

