#loader{
	background-image: url('img/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
	background-color: #AAAAAA; 
	
}
#loader2{
	background-image: url('img/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	height: 100%;
	background-color: #AAAAAA; 
	position: absolute;
	opacity: 0.7;
	top:0;
	left:0;
}
.dialog{
	position: absolute;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	background-color: #FCFCFC; 
	overflow: hidden;
}

.dialog_tittle{
	height:30px;
	border-radius: 0px;
	margin: 1px;
	font-size: 20px;
	line-height: 25px;
	cursor: move;
		filter: progid:DXImageTransform.Microsoft.gradient
(startColorstr=#f2f2f0, endColorstr=#cccccc);
	 background-color: #cccccc; 
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f0), to(#cccccc));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f2f2f0, #cccccc);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f2f2f0, #cccccc);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f2f2f0, #cccccc);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f2f2f0, #cccccc);
}
.dialog_body{
	
	margin: 1px;
	color: black;
	height:99%;
	float:left;
	
	overflow: auto;
	
	
}
.dialog .X,.dialog .M,.dialog .R{
	border-radius: 0px;
	background-color: #FCFCFC;
	position: absolute;
	top:5px;
	
	cursor: pointer;
	width:20px;
	height:20px;
	font-size: 20px;
	
	overflow: hidden;
	font-family: sosa;
}

.dialog .X{
	right:5px;
}

.dialog .M{
	right:30px;
}

.dialog .R{
	right:55px;
}

.X:hover, .M:hover, .R:hover{
	background-color: #cccccc;
}

.block .dialog_tittle{
	cursor: default !important;
}

#login_c{
	width: 200px;
	margin: auto;
}

#login_l{
	line-height: 25px;
}

#login_b{
	margin-left: 70px;
margin-top: 5px;
}

#login_b button{
	margin-top:10px;
}

#login_t{
	width:100%;
	color:red;
}
#login_r input{
	margin-top:2px;
	width:140px;
}
#hider{
	position: absolute;
	top:0px;
	width:100%;
	height:100%;
	background:#cccccc;
	opacity:0.7;

}
div.left{
	float:left;
}
