/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 290px;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
margin-top:15px;
padding: 15px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}


#infoscroll {
/* Typical fixed height and fixed width example */
width: 380px;
height: 608px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
margin-top:15px;
margin-left:25px;
padding: 15px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 340px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #D5EADE;
	margin: 0.3em auto;
	padding: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 290px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
