#popup_shadow{
	position:fixed;
	top:0;
	left:0px;
	width:100%;
	height:100%;
	background:url(../images/edit_bg.png);
	display:none;/**/
	text-align:center;
	color:#FFF;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	z-index:40;
}

#popup_container_div{
	position:fixed;
	top:50%;
	left:50%;
	width:800px;
	height:500px;
	margin:-240px 0 0 -400px;/**/
	background:#FFF;/**/
	display:none;/**/
	z-index:50;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 0px 0px 15px #5E5E5E;
	-webkit-box-shadow: 0px 0px 15px #5E5E5E;
	box-shadow: 0px 0px 15px #5E5E5E;
}

#popup_container_content{
	border:#FC0 0px solid;
	margin:0 17px 0 6px;
}

#popup_close{
	position:absolute;
	top:-5px;
	left:10px;
	display:none;/**/
	z-index:60;
}
.close_icon{
	width:18px;
	height:17px;
	background:#333333;
	color:#FFF;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-top:1px;
	cursor:pointer;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


/*تنسيقات الخطوط*/
.popup-title{
	font-family: GE_Dinar;
	font-weight:bold;
	color:#FFF;
	background:#105F9D;
	padding:10px;
	font-size:16px;

	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}



.loading{
	position:relative;
	width:90%;
	height:90px;
	margin:auto auto;
	top:100px;
	text-align:center;
	font-family: GE_Dinar;
	direction:rtl;
	
	border:#000 0px solid;
	z-index:1;
}
.loading img{
	vertical-align:middle;
	margin:0 0 0 20px;
}




.style_input{
	border:1px #d8d8d8 solid;
	background:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px;
	margin:2px 0;
	width:320px;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#111;
}
.style_input:hover, .style_input:focus{
	border:1px #C4C4C4 solid;
	
	-moz-box-shadow: 0px 0px 3px #E2E2E2;
	-webkit-box-shadow: 0px 0px 3px #E2E2E2;
	box-shadow: 0px 0px 3px #E2E2E2;
}