@charset "utf-8";
/* CSS Document */

#erro {
	
	border: 1px solid #FF4D4D;
	background:url('../img/atent.png') no-repeat 30px center;
	padding: 30px 50px 30px 90px;
	margin-top: 50px;
	width: auto;
	
}

#erro p {
	color: #FF4D4D;
	font-size: 14px;
	font-weight: bold;
}

#erro a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	cursor: pointer;
}

#erro a:hover {
	text-decoration: underline;
}