html
{
	background-color: #5A677F;
	background: -webkit-gradient(linear, center top, center bottom, from(#5A677F),color-stop(100%, #D4DFE9));
	background: -webkit-linear-gradient(top,#5A677F ,#D4DFE9 100%);
	background: -moz-linear-gradient(top,#5A677F ,#D4DFE9 100%);
	background: -ms-linear-gradient(top,#5A677F ,#D4DFE9 100%);
	background: -o-linear-gradient(top,#5A677F ,#D4DFE9 100%);
	background: linear-gradient(to bottom,#5A677F ,#D4DFE9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF5A677F, endColorstr=#FFD4DFE9, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5A677F', endColorstr='#FFD4DFE9', GradientType=0)";
}

body
{
	padding-top: 36px;
	padding-bottom: 36px;
}

#page
{
	z-index: 1;
	width: 604px;
	min-height: 382px;
	margin-left: auto;
	margin-right: auto;
	padding: 91px 0px 27px;
	font-family: open-sans-condensed, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

#loginbox
{
	z-index: 2;
	width: 527px;
	-pie-box-shadow: 1px 1px 8px #BFBFBF;
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #F3F3F3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding: 32px 37px 18.15000000000032px 38px;
}

div.footerlinks {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #505050;
	position: relative;
}

div.footerlinks a {
	color: #505050;
}

span.errorcode {
	position: absolute;
	right: 8px;
	font-size: 12px;
}

h1.maintenance {
	margin-top: 20px;
	color: #000000;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}

div.maintenance {
	margin-top: 20px;
	color: #505050;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}