div.login {
	position: absolute;
	//top: 0px;
	margin-top: 47px;
}

div.login, div.login td {
	color: #ffffff;
}

div.login a {
	color: #ffffff;
	text-decoration: underline;
}

div.login a:hover {
	color: #000000;
}

div.login input.submit {
	font-weight: bold; 
	color: #657600; 
	border-width: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 33px;
	width: 77px;
	background-color: transparent;
	cursor: hand;
}
div.login input.submit:hover {
	cursor: hand;
}

