/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 530px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px auto;
	padding: 10px;
	background-position:left;
	left: 10px;
}
#mycustomtitle {
	/* Typical fixed height and fixed width example */
	width: 530px;
	height: 50px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 0px;
	background-position:left;
	left: 10px;
}

#mycustomtitle2 {
	/* Typical fixed height and fixed width example */
	width: 530px;
	height: 30px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 0px;
	background-position:left;
	left: 10px;
}

#mycustomtitle3 {
	/* Typical fixed height and fixed width example */
	width: 330px;
	height: 30px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 0px;
	background-position:left;
	left: 10px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 330px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px auto;
	padding: 10px;
	background-position:left;
	left: 10px;
}



/* general page style ends here */

