
ul.errors {
	background-color: #933;
	color: #fff;
	list-style-type: none;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	width: 85%;
}

ul.errors li {
	margin-bottom: 3px;
}

ul.errors li a, ul.errors li a:link, ul.errors li a:hover, ul.errors li a:visited {
	color: #fff !important;
	text-decoration: underline;
}

.test-box {
	margin: 10px 0 0 0;
	padding: 4px;
}

.test-success {
	border: 1px solid #afa;
	background-color: #efe;
	color: #2a2;
}

.test-error {
	border: 1px solid #faa;
	background-color: #fee;
	color: #a33;
}

#mailhatch_cm_confirmation_message {
	background-color:#fffac6; 
	border:1px solid #feda70; 
}

#mailhatch_cm_error_message {
	background-color:#f3bcac; 
	border:1px solid #f15c3a; 
}

#mailhatch_cm_confirmation_message, #mailhatch_cm_error_message {
	margin-top:10px; 
	margin-bottom:10px; 
	padding:20px 0; 
	font-size:14px; 
	color:#252525; 
	text-align:center
}
