body {
	margin: 10px 10px 10px 10px;
	color : #000000;
}
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 {
        margin: 50px auto;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 500px;
}
#logintop,#loginbottom {
	width: 254px;
	height: 20px;
}
#loginbottom {
}
#loginmiddle {
	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;
}

