body {
	margin:0;
	background-color:#000;	
	color:#fff;
	font:arial;
	font-size:10px;
	font-family:verdana, sans-serif;
	overflow:hidden;
}
a:link, a:visited {
	color:#76B41C;
	font-weight:bold;
	font-family:verdana, sans-serif;
}
a:hover, a:active {
	color:#76B41C;
	text-decoration:none;
}

input,select {
	border:1px solid #ccc;
	background-color:#666;
	font-size:11px;
	font:arial;
	color:#ccc;	
}

.input {
	width:180px;
}

html* input.input {
	width:180px;	
}
html* p {
	font-size:10px;	
}

p { margin:1px 0 15px 0;}

.btn {
	font-size:16px;	
	width:330px;
	margin-left:0px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

html* .btn {
	font-size:14px;	
	width:330px;
	margin:-10px 0 0 0;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

