@charset "utf-8";
@import url("mdoBase.css");
body {
	background: #E9E9E9 url(img/bg_main_body.png) repeat-x 0px 0px;
}
#loginContainer {
	height: 300px;
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	border: 1px solid #666666;
	background: #FFFFFF;
	overflow: hidden;
	margin-right: auto;
}
#errorMessage {
	font-weight: bold;
	color: #FF0000;
	border-bottom: 2px solid #FF0000;
	margin: 10px;
	padding-bottom: 10px;
	height: 55px;
}
#loginLogos {
	background: url(img/loginLogos.png) no-repeat center top;
	height: 75px;
	width: 300px;
}
#loginBox {
	width: 280px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
label {
	color: #003366;
	width: 280px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 18px;
	text-align: left;
}
input.text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 278px;
	border: 1px solid #999999;
}
input.button {
	margin-top: 18px;
}
p {
	font-size: 11px;
	margin-top: 24px;
}
#alertMessage {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#alertMessage p {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
#alertMessage ol {
	margin-top: 14px;
	margin-right: 36px;
	margin-left: 36px;
}
#alertMessage ol li {
	font-size: 14px;
	color: #333;
	margin-top: 7px;
	list-style: decimal;
	font-weight: bold;
}

#closeAlert {
	color: #FFF;
	text-decoration: none;
	padding: 2px 5px;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FFF;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#homeLink {
	text-align: center;
	line-height: 48px;
}

