/* Clear Fix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix-left:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: left; 
	visibility: hidden;
}

.clearfix-right:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: right; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clearfix-left {height: 1%;}
* html .clearfix-right {height: 1%;}
/* End hide from IE-mac */

/* Floats */

* html fieldset {
	padding: 35px 10px 10px 10px;
	margin-top:25px;
	position:relative;
}

* html legend {
	position: absolute;
	top: -.8em;
	left: .2em;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.border {
	border:1px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	border:1px solid #fff;
	padding:5px;
}

.float-right {
	float: right;
	margin-left: 10px;
	padding-top:5px;
}

.simple-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding:5px;
}

.min-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

.min-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

.simple-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:5px;
}

* html .float-left,
* html .float-right{
	margin:0 5px;
}

#center-box {
	width:950px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	border:1px solid #fff;
	padding:40px;
	color:#fff;
	font-size:12px;
	font-family: "Trebuchet MS";
	background:#0C0B60;
}

#center-box label {
	font-size:14px;
}

.required {
	color:#ffa59e;
}

.little-error {
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
	padding:1px 1px 1px 0pt;
}

#mid-band h2 {
	padding:0 0 10px;
	left:0;
	margin-bottom:0;
	margin-top:0;
	position:static;
	text-align:left;
	top:0;
	width:auto;
}

h2 {
	left:0;
	margin-bottom:20px;
	margin-top:0;
	padding:0 0 10px;
	position:absolute;
	text-align:center;
	top:10px;
	width:100%;
}

.error-thin {
	border:1px solid #000;
	color:#000;
	padding:5px;
	width:180px;
	margin-bottom:15px;
	background:#D05959;
	display:block;
}

.success-thin {
	border:1px solid #000;
	color:#000;
	padding:5px;
	width:180px;
	margin-bottom:15px;
	background:#239722;
	display:block;
	text-align:center;
}

#subnav{
	margin:10px;
	margin-bottom:50px;
}

#subnav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#subnav ul li{
	margin:0;
	padding:0 10px 0 0;
	float:left;
}

#subnav ul li a{
	padding:8px;
	display:block;
	text-decoration:none;
}

#subnav ul li a.active{
	display:block;
	padding:8px;
	margin-right:10px;
}

#loading p {
	margin-top:50px;
	text-align:center;
}

.off-left {
	display:none;
}

.hidden {
	display:none;
}