#contactNotification {
	border: 1px solid #000000;
	display: none;
}

#contactNotification.fail, #contactMsg.fail {
	background-color: #bb2233;
}
#contactNotification.fail {
	background-image: url(/static/images/icons/error.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 25px;
	padding-top: 3px;
}
#contactNotification.success {
	background-color: #99cc88;
	background-image: url(/static/images/icons/success.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	padding-top: 3px;
}

