body {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #393f43;
	font-family: Arial, Helvetica, sans-serif;
	background: #393f43 url("../images/background-login.gif") repeat-x 0 0;
}
body.loginPopup {
	background-position: 0 -78px;
}
form {
	margin-bottom: 15px;
}
#loginBox {
	width: 480px;
	margin: 108px auto 0;
	background: transparent url("../images/logo-aicms-login.jpg") no-repeat center top;
	padding: 135px 0 0;
	position: relative;
}
.loginPopup #loginBox {
	margin-top: 30px;
}

#loginBox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#loginBox ul li {
	margin: 0;
	padding: 0;
	text-align: left;
}
#loginBox ul li.login {
	float: left;
	width: 230px;	
}
#loginBox ul li.pass {
	float: right;
	width: 230px;	
}
#loginBox ul li.submit {
	clear: both;
	text-align: center;
	width: 480px;
	padding: 20px 0 0;
}
#loginBox ul li label {
	display: block;
	font-size: 12px;
	padding: 0 0 5px;
	color: #fff;
}
#loginBox ul li input[type=text], #loginBox ul li input[type=password] {
	border: 2px solid #bcbcbc;
	background: #eaeaea url("../images/background-field-login.gif") repeat-x 0 0;
	padding: 5px;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 215px;
}
#loginBox ul li input[type=text].error, #loginBox ul li input[type=password].error {
	border-color: #d25f5f;
}

body .messages {
	position: absolute;
	top: -75px;
	left: 0;
	width: 100%;
}
body.loginPopup .messages {
	top: 5px;
}

.service {
	color: #777;
	text-transform: uppercase;
}