@charset "utf-8";
/* CSS Document */


div.alert-danger, div.alert-success{
	display:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

div.alert-danger p {
	font-size:18px;
	color:#a94442;
	width:100%;
	text-align:center;
}

div.alert-success p{
	font-size:18px;
	color:#468847;
	width:100%;
	text-align:center;
}