#login ul {
	margin-left: 7px;
	width: 440px;
}

#login ul li {
	height: 57px;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	background-color: #fff;
}

#login ul li.unactive {
	height: 50px;
	background-color: #007AC6;
	margin-top: 7px;
	width: calc(50% - 7px);
	text-align: center;
   

}

#login ul li.unactive.first {
	 box-shadow: -3px 0px 1px #777 inset;
}
#login ul li.unactive.last {
	 box-shadow: 3px 0px 1px #777 inset;
}


#login ul {
	height: 57px;
}

	#login ul li.unactive span {
		color: #fff;
		text-decoration: none;
		line-height: 45px;
		padding-top: 20px;
	}

#login ul li span {
		color: #007AC6;
		text-decoration:none;
		line-height: 52px;
		margin-top: 20px;
}

#login .loginWelcome {
	color:#3b3b3b;
	font-size:10px;
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:22px;
}

#login hr {
	border-top:1px solid #484848;
	border-bottom: 1px solid #dbdbdb;
	border-left:none;
	border-right:none;
	margin:5px 0;
}

    #login .loginInputs {
        margin: 15% 0 12% 0;
    }

#login .loginInputs input[type="text"],
#login .loginInputs input[type="password"]
{
	display:block;
	width: 100%;
}

input.username {
/*	background-image:url(../images/userIcon.png);*/
}

input.password {
	/*background-image:url(../images/passwordIcon.png);*/
}

#login .loginRememberMe {
	margin:3px 0;
	font-size:10px;
	line-height:12px;
	display:none;
}

#login .loginActions button {
	font-family: Arial;
}

#login .loginActions .loginButton {
	color:#dee8f1;
	text-shadow:-1px 1px #ac6e2e;
	line-height:24px;
	border:1px solid #333333;
	border-radius:6px;
	text-transform:uppercase;
	padding:0 20px;
}

#login .loginActions .loginButton:hover {
	cursor:pointer;
	box-shadow:0 0 3px white inset;
}

#login .loginActions .loginButton:active {
	box-shadow:none;
}

.loginError {
	border-radius: 5px 5px 0 0;
	margin: 0 10px;
	padding: 6px 9px;
	position: relative;
	text-align: center;
	width: 210px;
	line-height: 15px;
	left: 50%;
	margin-left: -110px;
}

.loginLogoIng {
	height: 24px;
	background-position: right center;
	background-repeat: no-repeat;
}