
body {
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	background-color:#2C3A4F;
	background-image:url(http://dev.andrewodendaal.com/_resx/img/bg_tiled.png);
	background-repeat:repeat;
	color:#fff;
}
.fail {
	background-color:crimson;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.loginscreen {
	width:360px;
	margin:50px auto;
}
label {
	float:left;
	display:inline-block;
	width:90px;
	line-height:25px;
}
.username, .password {
	width:250px;
	border:1px solid #07065F;
	padding:5px;
	color:#000;
}
.button {
	padding:5px 25px;
	border:1px solid #07065F;
	background-color:#6B8ABF;
	font-weight:bold;
}
.textcenter {
	text-align:center;
}
a.aositelink {
	position:absolute !important;
	top:0 !important;
	right:0 !important;
	padding:5px 10px !important;
	text-decoration:none !important;
	font-size:12px !important;
	color:#fff !important;
	font-weight:bold !important;
	background-color:#000 !important;
	border-bottom:0px !important;
}
	a.aositelink:hover {
		text-decoration:none !important;
		color:#fff !important;
		background-color:#333 !important;
		border-bottom:0px !important;
	}
