/* validation classes */
select, input{font-size:10px;}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #000;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #cc0000;
	color : #cc0000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #66cc66;
	color : #000;
}

form div .validation-advice {
	position:absolute;
	display:inline;
	margin:-3px 0 0 0;
	padding: 5px;
	color: #cc0000;
	font-weight: bold;
	background-color:#FFFFFF;
	width:200px;
	height:10px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
	display:block;
	float:left;
	margin:0;
	padding:5px 0 0 0;
	text-align:left;
	width:200px !important;
}

form div {
	height:20px;
	margin:5px 0 0 0;
	color:#000;
}
form input{
	margin:0 0 5px 0;
	padding:0 3px;
	width:220px;
	height:16px;
	border:1px solid #8D8D8D;
}
input.radio, input.checkbox, input.checkBox {
	width:15px;
	margin:0 5px 0 0;
}

form div.buttons{
	height:auto;
}
form div.privacy{
	height:auto;
}

hr.preSubmit{
	border:0;
	color: #fff;
	background-color: #fff;
	height:1px;
	margin:0 0 20px 0;
}

.error, .inputError{
	height:auto;
	color:#c00;
	margin:10px 0;
}

.error input, .inputError input{
	border:1px solid #c00;
}

.error label, .inputError label{
	height:18px;
}

.promoForm{margin:-2px 0 0 !important; height:40px; *margin:-2px 0 0 10px !important; _display:block; _margin:-2px 0 0 20px !important;}

input.hiddenField{
	border: none !important;
}
