.messageAlert {
	color: white; 
	text-decoration: none;
	text-align: center;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	padding: 5px 10px;

	background:green;
	
	border: 2px solid #3B5323;
	border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px; 
}
