.message-success{
	margin: 0 auto 20px;
	padding:10px;	
	border:1px #E6DB55 solid;
	background-color:#FFFFE0;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	text-align:center;
}
.message-error{
	margin: 0 auto;
	padding:10px;	
	border:1px #BD0C18 solid;
	background-color:#FEE9EA;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	text-align:center;
}
