@charset "utf-8";
/* CSS Document */

#erro{
	border: 1px solid #FF0000;
	background-color: #FFD9D9;
	padding: 5px;
	line-height: 22px;
	text-align: center;
}

#erro a{
	border-bottom: 1px dotted #FF0000;
	text-decoration: none;
	color: #FF0000;
}

#ok{
	border: 1px solid #009900;
	background-color: #D7FFEB;
	padding: 5px;
	line-height: 22px;
	text-align: center;
}

#ok a{
	border-bottom: 1px dotted #009900;
	text-decoration: none;
	color: #009900;
}