html, body {
	width: 100%;
	height: 100%;
}
body, table,tr,td,div,span,p {
	margin: 0;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
}
img {
	border: 0;
}
input[ type="text" ], input[ type="password" ] {
	border: 1px solid black;
	background-color: white;
	color: black;
}
input[ type="submit" ] {
	border: 1px solid black; 
	background-color: #DDDDDD;
	color: black;
}
#viewport {
	border: 1px solid black;
	height: 180px;
	left: 50%;
	margin-left: -300px;
	margin-top: -90px;
	position: absolute;
	top: 50%;
	width: 600px;
}
#logoArea {
	display: block;
	float: left;
	background: url(../gfx/logo.gif) no-repeat center center;
	width: 230px;
	height: 100px;
}
#loginFormArea {
	display: block;
	float: left;
	width: 370px;
	padding: 20px 0px;
}
#adminTitle {
	padding: 5px;
	color: black;
	background: url(../gfx/dottedLine.gif) repeat-x #eee center bottom;
	font-size: 16px;
	font-weight: bold;
}
.formLineFloat, .formLine {
	padding-bottom: 2px;
}
.formLineFloat label, .formLabelContainer {
	display: block;
	float: left;
	width: 125px;
}
.formLineSpacer {
	height: 15px;
}
.formFieldContainer {
	display: block;
	margin-left: 125px;
}
.warning {
	color: red;
}