@charset "utf-8";
/* CSS Document */

  span.alert, span.alert 

{

	float:none; 

	margin-bottom:10px; 

	margin-left:auto; 

	margin-right:auto; 

	/*width:50px; 

	background-color:#ffcaca; */

	border-bottom:1px dashed #da0000; 

	border-top:1px dashed #da0000; 

	text-align:center; 

	font-size:15px; 

	position:absolute;

}

input.alert 

{ 

	border: 1px dotted red; 

}

select.alert 

{ 

	border: 1px dotted red; 

}

.success 

{

	float:none; 

	width:300px; 

	background:#eeffe1; 

	border:1px solid #326f00; 

	color:#326f00; 

	text-align:center; 

	margin-left:auto; 

	margin-right:auto; 

	margin-bottom:10px; 

	font-size:15px; 

	position:absolute;

}



