body {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
	font-size: 13px;
	background-color: #000;
	color: #fff;
}

a {
	color: #fef100;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #fef100;
}

ol, li { margin: 0; padding: 0; }

#userform  {
	list-style: none;
	margin: 0 0 10px;
}

#userform li {
	margin-bottom: 10px;
}

#userform label {
	display: block;
	float: left;
	width: 120px;
}

#userform .formbox {
	width: 260px;
	padding: 2px;
	margin: 0;
	font-size: 11px;
}

#userform select {
	padding: 1px !important;
}


h3#totemissions {
	font-weight: bold;
	margin-bottom: 8px;
}

h3#totemissions span {
	font-size: 16px;

	font-weight: bold;
	color: #fef100;
}



/* register form */
.register ul {
	float: left;
	width: 255px;
}

.register li {
	margin-bottom: 5px;
}

.register label {
	display: block;
	float: left;
	width: 80px;
}

.r {
	background: url('/images/required.gif') no-repeat right top;
}

.formbox2 {
	width: 165px;
	color: #00678b;
	padding: 2px;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	margin: 0;
	font-family: tahoma, arial;
	font-size: 11px;
}

.register select {
	padding: 1px !important;
	width: 171px !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
