@charset "utf-8";
/* CSS Document */
body{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

#geral{
	width:230px;
	border:#FFF 2px solid;
}

#linhaForm20{
	width:20px;
	float:left;
}
#linhaTitulo{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:250px;
}
#linhaOpcao{
	width:230px;
	border-bottom:#999 1px dashed;
	float:left;
}

#linhaDado{
	width:210px;
	float:left;
	margin-top:2px;
}

#linhaLimpa{
	clear:both;
}

#botao{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:230px;
}

.formBotao{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#006;
	width:70px;
	height:18px;
	
}



