body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.label,.input,.submit {
			display: block;
			float: left;
			margin-bottom: 10px;
			font-weight:normal;
			font-size:11px;
		}

		.label {
			text-align: right;
			width: 120px;
			padding-right: 20px;
		}
		
		.submit {
			border: 1px solid white; 
	  		background: #fff;

		}
		br {
			clear: left;
		}
		
.login {
	display:block;
	width:80px;
	font-size:11px;
	float:left;
	margin-left:5px;
}
		input.login{
			border:1px solid #000;
		}
		input.submit{
			width:50px;
		}
		
#login {
	width:240px;
	float:left;
}

#maintable{
	border:1px solid #fff;

}

a.link {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #fff;
	text-transform:lowercase;
	display:block;
	float:left;
	width:230px;
	margin:0 5px 0 10px;
	text-align:left;
}
a:link.link {
	text-decoration: underline;
}
a:visited.link {
	text-decoration: underline;
	color: #fff;
}
a:hover.link {
	text-decoration: none;
	color: #fff;
}
#error {
	text-align:center;
	font-weight:bold;
}