
BODY {
	margin						: 0px;
	padding						: 0px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	color							: #333333;
	background-color	: #FFFFFF;
}

LABEL {
	cursor						: pointer;
}
.textoAviso{
	width: 600px;
	text-align: justify;
	font-family: verdana;
	font-size: 100%;
	border: solid 2px #000;
	background-color: #fff25f;
	padding: 5px;
}
.negrito{
	font-weight: bold;
	font-size: 150%;
}
#centro {
	position					: absolute;
	top								: 68%;
	left							: 50%;
	width							: 1px;
	height						: 1px;
}

#centro #mensagem {
	font-family				: Arial, Helvetica, sans-serif;
	font-size					: 11.5px;
	color							: #FF6600;
	position					: absolute;
	top								: 115px;
	left							: 20px;
	width							: 230px;
	height						: 20px;
}

#centro FORM {
	font-family				: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	position					: absolute;
 	top								: -170px;
	left							: -120px;
	width							: 260px;
	height						: 350px;
	border						: 2px solid #D8DCC4;
	background-color	: #F5F7EB;
}

#centro FORM .caixa {
	margin						: 10px;
	display						: block;
}

#centro FORM INPUT {
	width							: 160px;
	height						: 18px;
	border						: 1px solid #000000;
	font-family				: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	margin						: 1px;
}

#centro FORM INPUT.radio {
	width							: 12px;
	border						: none;
	margin-left				: 66px;
	vertical-align		: middle;
}

#centro FORM INPUT.botao {
	width							: 80px;
	height						: 22px;
	border						: 3px double #CCCCCC;
	margin-right			: 10px;
	border-top-color	: #808080;
	border-left-color	: #808080;
	background-color	: #EEEEEE;
	background-repeat	: repeat-x;
	font-size					: 11px;
	font-family				: Arial, Helvetica, sans-serif;
	color							: #333333;
	float							: right;
	vertical-align		: middle;
}

#centro FORM .descritor {
	width							: 60px;
	text-align				: right;
	display						: block;
	float							: left;
	margin-top				: 4px;
	margin-right			: 4px;
}

#centro FORM .contato {
	width							: 60px;
	text-align				: left;
	float							: left;
	margin-top				: 4px;
	margin-right			: 4px;
}

.limpo {
	clear							: both;
}