#contact-form h2 {color:#278606; text-transform:uppercase;}

label{
	text-transform:uppercase;
	font-size:14px;
	font-family: 'open_sanslight',sans-serif;
}

textarea{
	color:#666;
	font-family: 'open_sanslight',sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
