/* CSS Document */

body,td,th {
	font-family: Lucida Grande, Myriad Pro, Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #3399FF;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
#login {
	border: 1px solid #CCCCCC;
	width: 250px;
	position: absolute;
	padding: 10px;
	margin-left: -125px;
	left: 50%;
	color: #666666;
	margin-top: 100px;
	line-height: 16px;
}
#login input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	font-family: "Lucida Grande", "Myriad Pro", Verdana, Helvetica, Arial, Geneva;
	font-size: 12px;
}

#badge {
	position:absolute;
	top: -35px;
	width: 59px;
	left: 200px;
	background-color:#FFFFFF;
}