
html, body {
	width:100%;
	height:100%;
}
body{
	background-image:url('../images/template/bg_space.jpg');
	font-family:Trebuchet MS;
	color:#B4BED7;
	font-size:12px;
	margin:0;
	padding:0;
	cursor:default;
}
.clearer{ clear:both; overflow:hidden; }

a:link, a:visited {
	text-decoration:underline;
	color:#A6C1DE;
	font-size:12px;
}
a:active, a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}
p{
	margin:5px;
}
input{
	height:17px;
	line-height:14px;
	border:solid #FF9900 1px;
	background:#000000;
	font-size:12px;
	color:#B4BED7;
}

textarea{
	border:solid #FF9900 1px;
	background:#000000;
	font-size:12px;
	color:#B4BED7;
}
select{
	border:solid #FF9900 1px;
	background:#000000;
	font-size:12px;
	color:#B4BED7;
}

form{ margin:0; }