/* CSS Document */

#dlg-bg{
	background-color:#333333;
	background:url(../img/bg_sh.png);
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;	
	z-index:990;
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
	
	
	
}

#dlg-frame{
	z-index:991;
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*	background:#996633;	*/
/*	vertical-align: middle;
	text-align: center;*/
}


#dlg-box{
	z-index:1000;
/*	background:url(../img/bg-dlg.gif) no-repeat #B3D0F7;
	border:solid 1px #85B1EE;*/
	background:url(../img/bg.png) repeat-x #FFF;
	border:1px solid #999;
	
	height: auto;
/*	width: auto;*/
	white-space: nowrap;
	display:block;
	padding:0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
	margin: 5px;
	/*	position:fixed;

	left:0px;
	top:0px;
	
	width:inherit;
	height: auto;*/
/*	left: 30%;
	top: 40%;
	width: 40%;
	height: 20%;*/
	
	
}

#dlg-box form{
	padding:0px;
	margin:0px;
}
#edit{
	font-weight:bold;
}

#close{
/*	display:block;
	width: auto;
	position:relative;*/
	margin: 2px;
	float:right;
	cursor:pointer;	

}
#login input{
	width: 120px;
}

#dlg-box span {
	

/*	position:inherit;
	top: 1px;
	right: 1px;*/
}

/*#dlg-box table th img{
	cursor:pointer;
}

#dlg-box table table{
	margin: 10px 50px;
}*/