@charset "utf-8";
/* CSS Enquete */

/* Area Geral */
#Enq_Are_Ger{
	width:95%;
	padding:10px;
	text-align:left;
	}

/* Titulo */
.Enq_Tit{
	width:100%;
	margin:0 0 20px 0;
	font:bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffe500;
	}

/* Respostas */
.Enq_Res_Res{
	width:100%;
	margin:0 0 10px 0;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	}

/* Area Bota */
.Enq_Are_Bot{
	width:100%;
	text-align:center;
	margin:30px 0 0 0;
	}

/* Botao */
.Enq_For_Bot{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#FFF;
	width:80px;
	padding:3px;
	background:#000;
	border:#000 solid 1px;
	cursor:pointer;
}
	.Enq_For_Bot:hover{
		color:#333;
		background-color:#ffe500;
		border:#ffe500 solid 1px;
	}

/* Area Grafico */
.Enq_Are_Gra{
	width:100%;
	margin:30px 0 20px 0;
	}

/* Area Respostas */
.Enq_Are_Res{
	width:100%;
	}

/* Respostas */
.Enq_Res{
	width:50%;
	display:table;
	float:left;
	margin-bottom:5px;
	}

	/* Respostas - Cores */
	.Enq_Res_Cor{
		width:5%;
		float:left;
		height:15px;
		margin-right:5px;
		}

	/* Respostas - Resposta */
	.Enq_Res_Res_Res{
		width:90%;
		float:left;
		font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#FFF;
		}
