.sayeh
{
	position:fixed;
	_position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	_height:1800px;
	background-color:#000;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	z-index:1000;
	display:none;
	
}

.loading_page
{
	position:fixed;	
	_position:absolute;
	top:250px;
	_top:620px;
	width:300px;
	height:150px;
	background-color:#FFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index:1500;
	display:none;
	margin:2px auto;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	border:2px solid #000;
	direction:rtl;
	vertical-align:middle;
}
.selected
{
	color: #333;
}
