body.centerstuff {
text-align:center;	
}

.message_error {
	width:90%;
	height:152px; 
	border:4px solid #ff3b3b; 
	text-align:center; 
	margin:auto; 
	margin-top:20px; 
	font-size:14px; 
	color:#ff3b3b;	
}

.message_notice {
	width:90%;
	height:152px; 
	border:4px solid #28cc07; 
	text-align:center; 
	margin:auto; 
	margin-top:20px; 
	font-size:14px; 
	color:#28cc07	;
}
