* {
	outline: none;
}
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #191919 !important;
    color: #333333;
}
#stripes {
	/*background:url(login/aurora/body_bg.png);*/	
}
* html #stripes {
	background: transparent;
}
#login_wrapper_bg {
	width: 1027px;
	height: 468px;
	/*background:url(login/aurora/login_wrapper.jpg) no-repeat;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -192px 0 0 -530px;
}
#wrapper, 
#wrapper2, 
#wrapper3,
#wrapper4,
#stripes
 {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
#login_wrapper {
	width: 334px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -167px !important;
}
.error {
	position: absolute;
	top: -32px;
	left: 12px;
	height: 26px;
	line-height: 26px;
	/*background:url(login/error_bg.png) no-repeat;*/
	width: 334px;
	color: #D4D4D4;
	font-size: 11px;
	z-index: 1;
}
.error_inner {
	padding: 0 9px 0 31px;
	background:url(login/error_ico.png) no-repeat;
}
.error strong {
	color: #f1b500;
	font-size: 13px;
	padding: 0 6px 0 0;
}
.error span {
	padding: 0 0 0 5px;
    font-weight:bold;
}
h1 {
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    padding: 3px 0px 0px 20px;
    margin: 0;
    /*background:url(login/h1.png) no-repeat;*/
    background:none !important;
}
#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_inner {
    padding: 0px 29px 0px 20px;
}
.formular label {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 11px 0 0;
    color:#D9D9D9;
    text-align:center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formular label strong {
    float: left;
    white-space: nowrap;
    color: #FFFFFF;
    line-height: 23px;
    font-size: 12px;
    height:23px;
    width: 79px;
    background:#262626;
    text-align: left;
    padding:4px 10px 4px 10px;
}
.input_wrapper {
	display: block;
	float: right;
	padding: 0px 0px 0px 0px;
	width: 186px;
}
.input_wrapper input {
    margin: 0;
    height:15px;
    padding: 8px 10px 8px 10px;
    background:#7A7A7A;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    display: block;
    width: 166px;
}
input.checkbox {
	vertical-align: middle;
}
.formular label.inline {
	width: auto;
	margin: 0 0 0 83px;
	padding: 4px 0 0;
}
.form_menu {
    margin: 0;
    padding: 11px 0 0;
    width: 285px;
    overflow: hidden;
    text-align:center;
}
.form_menu ul{
    text-align:center;
}
.form_menu li {
    text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.button input {
    opacity: 0;
    height:25px;
    padding-bottom:10px;
    display: block;
    cursor: pointer;
}
.button {
    margin-left:0px;
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 25px;
    font-size: 12px;
    font-weight:bold;
    background:#7A7A7A;
    text-align:center;
}
.button:hover {
    background-position: 0 -24px;
    background:#04A3FF;
}
.button a:link,
.button a:visited,
.button a:active, 
.button em {
    padding: 0 8px;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    text-align:center;	
}
.button a:hover, .button:hover em {
	color: #FFFFFF;
}
input.login_button{
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#FFFFFF;
    padding:8px 13px 7px 13px;
    margin:10px 0px 0px 0px;
    width:100%;
    font-size:12px;
    border:none;
    background-color: #7A7A7A;
    background-image: -ms-linear-gradient(top, #7A7A7A 0%, #7A7A7A 100%); 
    background-image: -moz-linear-gradient(top, #7A7A7A 0%, #7A7A7A 100%);
    background-image: -o-linear-gradient(top, #7A7A7A 0%, #7A7A7A 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7A7A7A), color-stop(1, #7A7A7A));
    background-image: -webkit-linear-gradient(top, #7A7A7A 0%, #7A7A7A 100%);
    background-image: linear-gradient(to bottom, #7A7A7A 0%, #7A7A7A 100%);
}
input.login_button:hover{
    cursor: pointer;
    background-color: #04A3FF;
    background-image: -ms-linear-gradient(top, #04A3FF 0%, #04A3FF 100%); 
    background-image: -moz-linear-gradient(top, #04A3FF 0%, #04A3FF 100%);
    background-image: -o-linear-gradient(top, #04A3FF 0%, #04A3FF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #04A3FF), color-stop(1, #04A3FF));
    background-image: -webkit-linear-gradient(top, #04A3FF 0%, #04A3FF 100%);
    background-image: linear-gradient(to bottom, #04A3FF 0%, #04A3FF 100%);
}