input.disabled {
	border: 1px solid #505050;
	background-color: #505050;
}
input.required, textarea.required, input, textarea {
	width: 200px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #96001e;
}
input.validation-passed, textarea.validation-passed {

}
.validation-advice {
	color: #96001e;
	margin: 0;
	font-size: 90%;
	float: left;
}
.custom-advice {
	color : #f90;
}
div.colleft_text form {
	padding: 20px;
}
div.colleft_text label {
	width:200px;
	padding:0 20px 0 0;
	margin:0;
	text-align:left;
	float:left;
	clear: both;
	height: 1em;
	line-height: 1em;
	text-transform: capitalize;
	font-weight: bold;
}
div.colleft_text label.full {
	width: auto !IMPORTANT;
	padding: 0 5px 0 0 !IMPORTANT;
	border:none;
}
div.colleft_text input, div.colleft_text textarea {
	padding:0;
	margin-bottom: 4px;
	border: 1px solid #505050 !IMPORTANT;
}
input.submit {
	width: auto !IMPORTANT;
}
div.box input.required {
	width: 200px;
}

