#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 360px;
height: 268px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
/*margin: 0.3em auto;*/
margin-left:15px;
margin-right:15px;
margin-bottom:5px;
margin-top:10px;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */

height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
margin: 0.3em auto;
padding: 5px;
width:330px;
	margin-left:115px;
	text-align:left;
	padding-left:20px;
	margin-top:20px;
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	padding-right:5px;
	padding-bottom:10px;
}
#mycustomscroll p{
float:left;
height:260px;
width:340px;}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 340px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
/*#mycustomscroll3 {*/
/* Typical fixed height and fixed width example */
/*width: 480px;
height: 258px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;

margin: 0.3em auto;
padding: 5px;
}*/

#mycustomscroll3 {
/* Typical fixed height and fixed width example */

height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
margin: 0.3em auto;
padding: 5px;
width:470px;
	margin-left:0px;
	text-align:left;
	padding-left:0px;
	margin-top:0px;
	background-color: #F3E9CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	padding-right:5px;
	padding-bottom:10px;
}