div#message div#error {
	border: 0px solid #f00;
	background: #f9d2d3;
	padding: 1px;
}

div#message div#error h2,
div#message div#error h3 {
	color: #f00 !important;
	font-size: 14px !important;
	font-weight: bold;
	background: none !important;
	border: 0 !important;
	margin: 5px 0 10px 0 !important;
}
div#message div#error p {
	color: #f00;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
}

div#message div#success {
	border: 0px solid #53864e;
	background: #dbe8b0;
	padding: 1px;
}

div#message div#success h2,
div#message div#success h3 {
	color: #53864e !important;
	font-size: 14px !important;
	font-weight: bold;
	background: none !important;
	border: 0 !important;
	margin: 5px 0 10px 0 !important;
}

div#message div#success p {
	color: #53864e;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
}
