* {
	outline: none;
}

html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	color: #5f5f5f;
	
}

#stripes {
	background:url(login/aurora/body_bg.png);
	
}

* html #stripes {
	background: transparent;
}

#login_wrapper_bg {
	width: 1027px;
	height: 468px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -192px 0 0 -530px;
}

#wrapper, 
#wrapper2, 
#wrapper3,
#wrapper4,
#stripes

 {
	position: relative;
	margin-top: 300px;
	text-align:center;
	top: 0;
	left: 0;
}

#login_wrapper {
	width: 385px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -37px 0 0 -192px;
}

.error {
	position: absolute;
	top: -32px;
	left: 0;
	height: 35px;
	line-height: 35px;
	background:#ff5a5a;
	width: 100%;
	color: #fff;
	font-size: 11px;
	z-index: 1;
}

.error_inner {
	
}

.error_inner i{ font-size:15px;}

.error strong {
	color: #fff;
	font-size: 13px;
	padding: 0 6px;
}

.error span {
	padding: 0 0 0 5px;
}

h1 {
	color: #fff;
	font-size: 28px;
	line-height: 44px;
	padding: 0 0 0 23px;
	margin: 0;
	background:url(login/h1.png) no-repeat;
}

#login_wrapper form {
	margin: 0;
	padding: 0;
	width: 334px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#login_wrapper fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
}

.formular_top, .formular_bottom {
	display: block;
	height: 3px;
	width: 334px;
	overflow: hidden;
	background:url(login/formular_top.png) no-repeat;
	display:none;
}

.formular_bottom  {
	background-image:url(login/formular_bottom.png);
	height: 2px;
}

.formular_inner {
	background: #fff;
	padding: 30px 50px;
}

.reflect {
	display: block;
	width: 391px;
	height: 213px;
	background:url(login/reflect.png) no-repeat;
	overflow: hidden;
	position: absolute;
	left: -29px;
	bottom: -72px;
}

.lock {
	display: block;
	width: 55px;
	height: 65px;
	overflow: hidden;
	background:url(login/lock.png) no-repeat;
	position: absolute;
	left: 24px;
	bottom: -24px;
	z-index: 3;
}

.formular label {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 11px 0 0;
}

.formular label strong {
	float: left;
	white-space: nowrap;
	color: #232323;
	line-height:32px;
	font-size: 12px;
	width: 65px;
	text-align: right;
}

.input_wrapper {
	display: block;
	float: right;
	background:#fff;
	height: 20px;
	padding:5px;
	width: 190px;
	border:1px solid #e1e1e1;
}

.input_wrapper input {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	font-family: 'Trebuchet Ms';
	font-size: 13px;
	color: #616060;
	display: block;
	width: 100%;
	z-index:100;
	position:relative;
	
}

input.checkbox {
	vertical-align: middle;
	
	z-index:100;
	position:relative;
}

.formular label.inline {
	width: auto;
	margin: 0 0 0 83px;
	padding:10px 0;
	line-height:20px;
	text-align:left;
}




.form_menu {
	margin: 0 0 0 83px;
	padding:0px;
	width: auto;
	overflow: hidden;
}

.form_menu li {
	float: left;
	list-style: none;
	margin: 0;
}


.button input {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 1000px;
	height: 1000px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	display: block;
	cursor: pointer;
}

.button {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	background:url(login/button_middle.gif) repeat-x;
	height: 24px;
	line-height: 25px;
	font-size: 16px;
	float: left;	
	z-index:100;
}

.button:hover {
	background-position: 0 -24px;
}

.button:hover {
	text-decoration: underline;
}

.button  span {
	background:url(login/button_left.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
}

.button:hover  span {
	background-position: 0 -24px;
	
}

.button  span span {
	background:url(login/button_right.gif) no-repeat right top;
	display: block;
	float: left;
}

.button:hover span span {
	background-position: right -24px;
}

.button a:link,
.button a:visited,
.button a:active, 
.button em {
	float: left;
	padding: 0 8px;
	display: block;
	color: #e1f0ff;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
	
}

.button a:hover, .button:hover em {
	color: #9addff;
}



