#mycustomscroll {

width: 280px;
height: 190px;
overflow: auto;
position: relative;
margin: 0.3em auto;
padding: 15px;
}
#mycustomscroll_eufui {

width: 440px;
height: 320px;
overflow: auto;
position: relative;
margin: 0.3em auto;
padding: 20px;
}


#mycustomscroll2 {

width: 100%;
height: 250px;
overflow: auto;
position: relative;
background-color: #D5EADE;
margin: 0.3em auto 0.3em -20px;

padding: 20px;
}

.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

