.contact-form-msg {
	height: auto;
	width: 98%;
	padding: 5px;
	color: #333;
	border: 1px solid;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.contact-form-msg.error {
	background-color: #ffe4e4;
	border-color: #ff4b4b;
}
.contact-form-msg.success {
	background-color: #f5ffda;
	border-color: #9ecc4d;
}
.contact-form-msg ul { margin-bottom: 0px; width: 85%; }