@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;
}

#linhaTituloForm100{
	width:100px;
	float:left;
	margin-top:2px;
	
}
#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;
	position:relative;
}

#linhaDado{
	width:230px;
	float:left;
	margin-top:2px;
}
#linhaDado250{
	width:230px;
	float:left;
	position:relative;
	margin-top:2px;
}

#grafico{
	background-image:url(../admin/imagens/enquete1px.png);
	float:right;
}

#linhaDado150{
	width:150px;
	float:left;
	margin-top:2px;
}

#linhaLimpa{
	clear:both;
}

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

#botoesRegistro{
	float:right;
}

#botoesRegistro Img{
	border:0px;
	width:18px;
}

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

.form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	width:145px;
}

.msgStatus{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C0;
	font-weight:bold;
	text-align:center;
}


