/*	
	Author: f0rt1 
	Copyright: NiceWeb.In.Ua
	e-mail: shablonidle@rambler.ru
	URL: http://www.niceweb.in.ua/
*/
#login_open   {
	z-index:100; 
	position:fixed; 
	padding:0; 
	margin:0 auto; 
	height:100%; 
	min-height:100%; 
	width:100%; 
	overflow:hidden; 
	display:none; 
	left:0px; 
	right:0px; 
	bottom:0px; 
	top:0px;
}
.log_style {
	background: url("../images/bglog.png");
	margin: auto;
	width: 210px;
	margin-top: 110px;
	padding: 10px;
}
.log_back {
	background: #fff;
	border: 1px solid #7C7C7C;
	padding: 10px;
	padding-top: 5px;
}
.log_back a{
	color: #555;
}
.log_back a:hover {
	color: #000;
	text-decoration: underline;
}
.textz {
	float: left;
	width: 60px;
	padding-top: 3px;
}
.log_in  {
	background: #fff;
	color: #666;
	font-size: 11px;
	font-family: Tahoma;
	padding: 4px 5px;
	border: 1px solid #d1d1d1;
	cursor: pointer;
}
.titleLog {
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	font: 13px Tahoma;
	color: #44BDEE;
}
.hr_log {
	background: #d1d1d1;
	height: 1px;
	width: 190px;
	margin-bottom: 5px;
}
.close {
	float: right;
	width: 5px;
}
.close a{
	color: #555;
}
.close a:hover{
	color: #000;
}
.lost_and_log {
	float: right;
	margin-right: 10px;
}
.lost_and_log a{
	font-size: 10px;
	color: #555;
}
.lost_and_log a:hover{
	font-size: 10px;
	color: #000;
}
