body {
	background-image: url('/current/images/login-bg.jpg');
	background-color: #E5E3E3;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#content {
	padding-top: 0;
}

#content-main {
	background: none;
	border: none;
	min-height: 100px;
}

#content-main-pad {
	padding: 0;
}

#login-logo-wrapper {
	height: 106px;
	text-align: center;
}

#login-logo {
	margin-top: 35px;
}

.login-error {
	font-size: 12px;
	background-color: #FFFFEE;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	/*border-radius: 3px;*/
	width: 250px;
/*	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;*/
}

#fields {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}

#password-wrapper {
	margin-top: 15px;
	margin-bottom: 20px;
}

input.Field {
	width: 170px;
}

.SectionTitle, .SectionBox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.SectionBox {
	color: #333333;
}

.SaveBtnSection {
	width: 298px;
}