label{
	display:block;
	padding:0;
	margin:0;
	float:left;
	margin:2px 0 0 0;
	clear:both;
}
label b{float:left;}

label span{
	display:block;
	background:url(../imagens/bg_input02.gif) no-repeat right bottom;
	float:left;
	padding-right:5px;
}

label input {
	font-family: arial, helvetica;
	font-family:12px;
	float: left;
	background:url(../imagens/bg_input01.gif) repeat-x;
	border:0;
	color: #003399;
	padding: 5px 0 4px 3px;
}
label select {
	background:#fff;
	border: solid 1px #999999;
	height:20px;
	color: #003399;
	font-size: 1.2em;
}

label input.radio{
	float:left;
	width:10px;
	height:15px;
	background:none;
	margin-top:3px;
	*margin-right:3px;
	padding:0;
}
label b{
	line-height:20px;
	font-weight:normal;
}
label b:hover{
	text-decoration:underline;
}	

.botao {
	border:none;
	font-size:1px;
	text-indent:-9999px;
	width:86px;
	height:30px;
	cursor:pointer;
	float:right;
	margin-top:5px;
	background:url(../imagens/botoes.gif);
}
#enviar{ background-position:0 0; }
#votar{ background-position:0 -30px; }

#enviarGrande{ 
	background:url(../imagens/bt_enviar.gif) no-repeat;
	width:107px;
	height:41px;
}


label.button{
	display:block;
	width:370px;
}