
#mycustomscroll {
	width:670px;
	height:333px;
	overflow: auto;
	position: relative;
	margin: 0em auto;
	padding-right: 10px;
	font-family: arial, Verdana, Sans-Serif;	
	font-size: 12px;
	border: 0px solid purple;
	z-index: 600;
}


#mycustomscroll2 {
	width:300px;
	height: 280px;
	padding:0px;
	overflow: auto;
	position: relative;
	margin: 0em auto;
	padding-right: 10px;
	border: 0px solid yellow;
}


.fixedwidth {
	width: 200px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
	border: 0px solid purple;
}