#contact input,
.register-form input {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact input.disabled {
	border: 3px solid #F2F2F2;
	background-color: #F2F2F2;
}

.register-form input.button,
#contact input.button {
	background-color: #7D7D7D;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #7D7D7D;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.register-form input.button { display: block; margin-top: 10px; }

.register-form input.button:hover,
#contact input.button:hover {
	background-color: #FFFFFF;
	border: 1px solid #9C2829;
	color: #9C2829;
	font-style: normal;
}

body > .register-form input,
#contact input.optional { border: 3px solid #CCCCCC; }
#contact input.required, #contact textarea.required { border: 3px solid #787878; }
#contact input.validation-failed, #contact textarea.validation-failed { border: 3px solid #FF3300; }
#contact input.validation-passed, #contact textarea.validation-passed { border: 3px solid #00CC00; }

*+html .register-form input { border: none; }

p.success {
	margin: 15px 0 5px;
	font-size: 80%;
	padding: 5px;
	background-color: #00CC00;
	color : #FFF;
	font-weight: bold;
}

.validation-advice {
	margin: 5px 0;
	font-size: 80%;
	padding: 5px;
	width: 200px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

#contact .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

#contact fieldset {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
}

#contact label {
	font-weight: bold;
}
#contact .form-row {
	clear: both;
	padding: 0.5em;
}

#contact .field-label { }
#contact .field-widget { }

.register-form { padding-top: 10px; }

*+html .register-form { padding-top: 10px; }