body {
	background: #222;
	
}


#wrapper {
	background:url(login/dark/wrapper_top.jpg) no-repeat center 0;
	
	
}

#wrapper2 {
	background:url(login/dark/wrapper_bottom.jpg) no-repeat center bottom;
	
}

#stripes {
	background:url(login/dark/body_bg.png);
	
}

* html #wrapper3 {
	background: transparent;
}

#login_wrapper_bg {
	display: block;
	width: 903px;
	height: 308px;

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -419px;
	margin-top: -60px;
}

#login_wrapper {
	margin-top: -93px;
} 

h1 {
	background-image:url(login/dark/h1.png);
}

.formular_top {
	background-image:url(login/dark/formular_top.png);
}

.reflect{z-index:0 !important;}
.lock {z-index:0 !important;}
.formular .inline input{z-index:100 !important; float:left; margin:3px 5px 0 0;}
.logo_login {text-align:left; margin-bottom:10px;}
.logo_login img{ text-align:left;}

.form_menu li a{
	width:auto;
	height:20px;
	float:left;
	background:#222;
	color:#fff !important;
	padding:10px;
	margin:0 10px 0 0;
	cursor:pointer;
	text-decoration:none;
}
.form_menu li a i
{
	width:auto; float:left; font-size:16px; margin:2px 7px 0 0; color:#e1e1e1;
}
.form_menu li a span
{
	width:auto; float:left; font-size:12px; line-height:20px;
}

.form_menu li a:hover
{
	background:#111;
    color: #f7f7f7;
}

#btnLogin{ background:#25abe3;}
#btnLogin i{ color:#fff;}
#btnLogin:hover{ background:#1e87b3;}
