@charset "utf-8";

/* CSS Document */



.encuestacontainer{

	font-family:"Trebuchet MS";

	font-size:14px;

	width:176px;

	border:#006 solid 3px;

	padding: 4px;

	background:url(encuestabg.jpg) repeat-y;

	color:#000000;

}



.pregunta{

	

	padding: 2px;

	font-weight:bold;

}



.respuestas{

	padding:2px;

}



.respuesta{

	padding:2px;

	margin:1px;

	cursor:pointer;

	border:#006 solid 1px;

}



.respuesta input{

	cursor:pointer;

}



.respuesta:hover{

	background:#006;

	color:#FFFFFF;

}



.encuesta_footer{

	font-size:9px;

	text-align:right;

}



.encuesta_footer a{

	color:#006;

}



.resultado{

	color:#FF0000;

}
