#popup-keeper{
	background:url(../../images/login/popup-keeper-bg.png);
	position:fixed;
	width:100%;
	height:100%;
	z-index:2000;
	display:none;
        font-size: 8pt;
        direction: rtl;
}
/*------ Login Window ------ */
#popup-keeper #login-window{	
	width:450px;
	margin-top:100px;
	margin-right:auto;
	margin-left:auto;
}
#popup-keeper #login-window #top{	
	background:url(../../images/login/popup-topbg.png) no-repeat;
	width:450px;
	height:37px;
	text-align:left;
}
#popup-keeper #login-window #body{	
	background:url(../../images/login/popup-bg.png) repeat-y;
	width:450px;	
}
#popup-keeper #login-window #body #text{	
	width:430px;	
	margin-right:auto;
	margin-left:auto;
	border:1px solid #E6E6E6;
}
#popup-keeper #login-window #body #text p{	
	line-height:15px;
}
#popup-keeper #login-window #bottom{	
	background:url(../../images/login/popup-downbg.png) no-repeat;
	width:450px;
	height:14px;
}
#login input{
	background:url(../../images/login/login-textboxbg.gif) no-repeat;	
	width:280px;
	height:46px;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:14px;
	font-weight:bold;
	direction:ltr;
	padding-left:5px;
	-moz-border-radius:0px;
	-moz-box-shadow:0px 0px 0px;
	-webkit-border-radius:0px;
	-webkit-box-shadow:0px 0px 0px;
}
/*------ Body Tags ------*/
.opacity{
	opacity:0.8;
	filter:alpha(opacity=80);
	cursor:pointer;
}
