div#eventForm label
{
float: left;
width: 150px;
text-align: right;
padding-right: 10px;
line-height: 18px;
}

p.submit
{
text-align: center;
padding: 15px;
}

input.butt
{
padding: 5px;
font-weight: bold;
}

div#eventForm input, div#eventForm select, div#eventForm textarea
{
margin-bottom: 3px;
}

div#eventForm p
{
padding: 10px;
}

p.message
{
padding: 20px;
border: 1px solid #004375;
margin-bottom: 20px;
}

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

input.required, textarea.required {
border: 3px solid #004375;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

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

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

.form-row {
	clear: both;
	padding: 0.5em;
}