span.required {
	font-weight: bold;
	color: #f00;
	}
	
span.error {
	font-weight: bold;
	color: #C00;
	display: block;
}

input {
	color: #fff;
	background: #222;
	border: 1px solid #444;
	height: 25px;
}

input.submit {
	border: 0px;
}

input.submitDis {
	color: #444;
	border: 0px;
}



textarea {
	color: #fff;
	background: #222;
	border: 1px solid #444;
}



/* Captcha fixes */

.recaptchatable #recaptcha_response_field {
	background-color: #fff;
	}