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

.formulario {
	color: #436376;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formulario th {
	text-align: right;
}

div.status {
	width: 200px;
	background-color: #FDD;
	border: 1px solid #F00;
	color: #900;
	font-weight: bold;
	font-size: 10px;
	padding: 4px;
	text-align: center;
	display: none;
}