.miess
{
	left:25px;
	position:fixed;
	top:26.7px;
	width:790px;
	z-index:100000;
}
#mycustomscroll1, #mycustomscroll2, #mycustomscroll3, #mycustomscroll4, #mycustomscroll5
{
	width: 231px;
	height: 146px;
	overflow: auto;
	position: relative;
	background-color: transparent;
	margin-left: 5px;
	float:right;
	text-align:justify;
	font-family:"Simplified Arabic";
	font-size:16px;
	font-weight:normal;
	right:0;
	color:#600911;
}
/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.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;
}

