body {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #254A76;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}


a {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}

#top {
	padding: 7px 0 7px 20px;
	background-color: #1B395D;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}

#main {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#main td.top {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #316098;
}
#main td.mid {
	background-image: url(../img/login/middle_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 50%;
}

#main div.alert {
	width: 290px;
	text-align: left;
	background-image: url(../img/alert_blue.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFCC33;
	font-size: 12px;
}


#over-bottom {
	height: 0;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#bottom {
	background-color: #1B395D;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #316098;
	background-image: url(../img/login/cms_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 18px 0 18px 75px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}

#Form {
	margin: 0;
}

#authForm {
	width: 265px;
	height: 179px;
	margin: auto;
	margin-top: 20px;
	background-image: url(../img/login/form_bg.gif);
	background-repeat: no-repeat;
}

label {
	width: 175px;
	display: block;
	margin: 0 0 0 2px;
	text-align: left;
	font-family: Tahoma;
	color: #99CCFF;
	font-size: 11px;
}
input {
	width: 175px;
	height: 18px;
	margin: 0 0 5px 0;
	display: block;
	border: solid #2C5A6E;
	border-width: 1px;
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
}
#submit {
	width: 64px;
	height: 23px;
	background-color: transparent;
	border: none;
}
