.contactFormSuccess {
	color: #009900; 
	border: solid 1px #C4C4C4; 
	padding: 5px 5px 5px 30px;
	margin-bottom: 5px; 
	background-color: #F2F2F2; 
	background-image: url('modules/contactform/images/success.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.contactFormError {
	color: red;
}