body {
	margin: 0px 0px 0px 0px;
	color : #000000;

	background-image: url(images/login-bg.png);
}
body, input, select, textarea, td, th {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0px; margin: 0px;
}
#logo {
	padding-bottom: 5px;
}
#loginform,#upgradeform {
	padding-top: 100px;
}
#logintop,#loginbottom {
	background-image: url(images/login-top.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 254px;
	height: 20px;
}
#loginbottom {
	background-image: url(images/login-bottom.png);
}
#loginmiddle {
	background-image: url(images/login-middle.png);
	background-position: top left;
	width: 254px;
}
#footer {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	
	border-top: 1px solid #BEBCB5;
	background-color: white;
	padding: 0px;
}
#footer .content {
	padding: 8px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #004400;
}
#footer a:hover {
	text-decoration: underline;
}
#loginerror {
	color: red;
	padding-bottom: 8px;
}