@charset "utf-8";
/* CSS Document */

/* DEFINE O TAMANHO EM LARGURA E ALTURA DA ENQUETE */
#frm_vota {
	width: 130px;
	height: auto;
	margin-left: 4px;
	position: relative;
	overflow: hidden;
}

#perg_enq {
	width: 200px;
	height: auto;
	text-align: center;
	color: #BE0026;
	font-weight: bolder;
	font-size: 10px;
	padding-top: 5px;
}

#resposta {
	width: 180px;
	height: 100px;
	padding-top: 5px;
	font-size: 10px;
	padding-left: 15px;
}

.radio_enq {
	width: 25px;
	height: 20px;
	float: left;
	font-size: 10px;
}

.resp_enq {
	width: 155x;
	height: 17px;
	padding-top: 3px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}


.resp_enq_mostra {
	width: 100px;
	height: 15px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#bts {
	width: 100%;
	height: 30px;
	text-align: center;
	margin-top: 5px;
}

#ver_resp {
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.bt_css {
	width: 40px;
	height: 18px;
	font-size: 10px;
	color: #FF0000;
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
}

.grade {
	width: 90px;
	height: 10px;
	float: left;
}

.mostra_perc {
	width: 20px;
	height: 10px;
	float: left;
}