#enquete{
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
#enquete h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	
}
#enquete table td{
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height:22px;
	line-height:22px;
}

.opcao1{
	border:1px solid #FFFFFF;
	margin-right:5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fcfb', endColorstr='#B5DDE1');
	background: -webkit-gradient(linear, left top, left bottom, from(#f8fcfb), to(#B5DDE1));
	background: -moz-linear-gradient(top, #f8fcfb, #B5DDE1);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.opcao2{
	border:1px solid #FFFFFF;
	margin-right:5px;

	color:#B5DDE1;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC993', endColorstr='#FF9900');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC993), to(#FF9900));
	background: -moz-linear-gradient(top, #FFC993, #FF9900);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.opcao3{
	border:1px solid #FFFFFF;
	margin-right:5px;

	color:#C4DDB9;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4DDB9', endColorstr='#66CC33');
	background: -webkit-gradient(linear, left top, left bottom, from(#C4DDB9), to(#66CC33));
	background: -moz-linear-gradient(top, #C4DDB9, #66CC33);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.opcao4{
	border:1px solid #FFFFFF;
	margin-right:5px;

	color:#FFAEB0;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAEB0', endColorstr='#C40000');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAEB0), to(#C40000));
	background: -moz-linear-gradient(top, #FFAEB0, #C40000);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.opcao5{
	border:1px solid #FFFFFF;
	margin-right:5px;

	color:#FFA6D2;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA6D2', endColorstr='#EA0075');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA6D2), to(#EA0075));
	background: -moz-linear-gradient(top, #FFA6D2, #EA0075);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.opcao6{
	border:1px solid #FFFFFF;
	margin-right:5px;

	color:#D7D7D7;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7D7D7', endColorstr='#5F5F5F');
	background: -webkit-gradient(linear, left top, left bottom, from(#D7D7D7), to(#5F5F5F));
	background: -moz-linear-gradient(top, #D7D7D7, #5F5F5F);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}