button {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
}
/* Form validator */
.fieldvalidate-valid {
	background-color: #E7EFF1;
}
.fieldvalidate-invalid {
	background-color: red;
}
.fieldvalidate-neutral {
}

.alert{
	display: block;
	width: 300px;
	margin: 0px auto;
	padding: 5px;
	font-style: italic;
	text-align: center;
	border: 1px dotted #cc0000;
	background-color: #ffcccc;
}

.submitalert {
	color: #cc0000;
	font-style: italic;
	text-align: center;
}




#contact {	/* body id */
}


#center h1 {
	text-align: center;
}

.CustomSelect_menu {
	float: left;
	width: 100px;
}

legend {
	background-color: #333;
	color: #fff;
	padding: 5px 8px;
}