@CHARSET "UTF-8";
/* login box */

DIV#login H1 {
	margin: 0;
	font-size: 14px;
	color: #00ff18;	
	text-align: center;
}

DIV#login FORM {
	position: absolute;
	width: 162px;
	height: 68px;
	left: 36px;
	top: 50px;
	margin: 6px;
}

DIV#login FORM LABEL {
	font-size: 8px;
	color: #00ff18;	
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 56px;
	float: left;	
	text-align: right;
	margin-right: 4px;
	margin-top: 4px;
}

DIV#login FORM INPUT.login_text {
	float: left;
	border: 1px solid #1f3418;
	/*background-color: #559d3e;*/
	background-color: #113306;
	color: #00ff18;
	font-size: 10px;
	width: 92px;
	padding: 0 2px;
}

DIV#login FORM INPUT#login_button {
	position: absolute;
	right: 0;
	top: 48px;	
}

DIV#login FORM SPAN#login_links {
	position: absolute;
	left: 0;
	top: 44px;
	line-height: 12px;
	display: block;
	width: 108px;
	text-align: center;
}

DIV#login FORM SPAN#login_links A {
	font-size: 8px;
	color: #00ff18;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

DIV#login FORM SPAN#login_links A:hover {
	background-color: #006d0a;	
}

DIV.log_in {
	position: absolute;
	width: 162px;
	height: 68px;
	left: 36px;
	top: 22px;
	margin: 6px;
	font-size: 10px;
	color: #00ff18;	
	text-align: center; 
}

DIV.log_in SELECT {
	border: 1px solid #1f3418;
	background-color: #113306;
	color: #00ff18;
	font-size: 10px;
	width: 175px;
	height: 19px;
}

DIV.log_in A:hover {
/*	background-color: #006d0a;*/
	display: block;
	text-decoration: underline; 
	font-weight:bold;
	margin: 0 6px;
}

DIV.log_in A:active {
/*	background-color: #006d0a;*/
	display: block;
	text-decoration: none; 
	font-weight: bold;
	margin: 0 6px;
}

DIV.log_in A {
  display: block;
	font-size: 10px;
	text-decoration: none;
	color: #00ff18;	
	font-weight: bold;
	
	margin: 0 6px;
}

DIV.log_in A#logout:hover {
	text-decoration: underline; 
}

DIV#login H1#connect {
	margin-top: 28px;
}

