@CHARSET "ISO-8859-1";

#username {
	width:150px;
}

#password {
	width:150px;
}

#submit {
	width:100%;
}

#logintable {
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}

#preloadSection {
	position: relative;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

#loginFailureMessage {
	text-align: center;
	position: absolute;
	width: 100%;
	top: -40px;
	color: yellow;
}

#t_page .subMenuButton {
	margin-bottom: 0px;
}