
#mycustomscroll {
/* percentage width without the fix*/
width: 320px;
height: 300px;
margin: 20px 0px 0px 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

padding: 15px;
border:0px solid #993333;
}


.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


