form {
	text-align: center;
}

div.input label {
	color: #f4d070;
	float: left;
	width: 260px;
	padding-right: 10px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	vertical-align: center;
	clear: left;
}
			
div.input {
	position: relative;
	text-align: left;
	margin-top: 10px;
}

.input input, select {
	color: #e8e1cd;
	font-size: 18px;
	padding: 6px;
	background: #062023;
	border: 1px solid #475050;
	width: 300px;
	font-family: Arial;
}

.input select {
	width: 314px;
	height: 35px;
}

.input input:hover, select:hover {
	background-color: #09374e;
}

input.text {
	width: 300px;
}

input.checkbox {
	width: 20px;
	border: none;
	background: none;
}

fieldset {
	margin: 20px 0;
}

.submit {
	border: none;
}

.submit input {
	margin-top: 20px;	
}

div.valid {
	background: url(../img/signup/checkmark.jpg) 588px -5px no-repeat;
}

div.loading {
	background: url(../img/progress.gif) 588px 0 no-repeat;
}

div.error-message {
	position: absolute;
	right: -210px;
	top: -2px;
	width: 300px;
	height: 39px;
	
	padding: 5px;
	padding-left: 25px;
	
	background: url(../img/signup/error.gif) transparent no-repeat;
	
	color: #E8E1CD;
	font-size: 12px;
}

.form_help {
	margin: 0px 132px 0 132px;
	padding: 10px;
	
	border: 1px dotted #333333;
	background: #181C1F;
	
	color: #e8e1cd;
	text-align: left;
}

.form_hint {
	position: absolute;
	top: 5px;
	right: 95px;
	height: 26px;
	width: 26px;
	
	background: url(../img/signup/questionmark.gif) 0 0 transparent no-repeat;
}

.form_hint:hover {
	background-position: 0 -26px;
}

.form_hint .form_hint_text {
	position: absolute;
	left: 30px;
	top: -5px;
	
	background: url(../img/signup/hint.gif) 0 0 transparent no-repeat;
	width: 300px;
	height: 39px;
	padding: 5px;
	padding-left: 25px;
	
	color: #E8E1CD;
	font-size: 12px;
}


div.valid .form_hint {
	display: none;
}

div.error .form_hint {
	display: none;
}

.form_help {
	margin: 0px 132px 0 132px;
	padding: 10px;
	
	border: 1px dotted #333333;
	background: #181C1F;
	
	color: #e8e1cd;
	text-align: left;
}