/*////////////////
*	Header
////////////////*/
#header .inner {
	min-height: 450px;
	_height: 450px;
}
.loginmode #header .inner {
	min-height: 0;
	_height: auto;
}
#content .full-width {
	width: 960px;
	float: left;
	display: inline;
}
#content .half-width {
	width: 480px;
	float: left;
	display: inline;
}
#content .quarter-width {
	width: 240px;
	float: left;
	display: inline;
	
}

.loginform {
	/*put it in the center*/
	margin-left: 320px;
	padding: 20px 0;
}

/*////////////////
*	Signup form : Assumes it's the only form on the homepage...!
////////////////*/
div.formElement em {
	display: none;
}
.tpl_home label, .tpl_home div.input, .tpl_home span.blk {
	float:none;
	display: block;
	margin: 0;
	text-align: left;
}
div.formElement {
	margin: 0;
	padding: 0;
	border: 0;
}
.quarter-width input {
	width: 206px;
}
.tpl_home input {
	border-color: #dbdfe5 !important;
}

#content ul.seymour {
	padding-left:0;
}
h2,
h3 {
	margin-bottom:25px;
}
#container {
	padding-top: 20px;
}
