@charset "utf-8";
/* CSS Document */

#integrantesEsquerda{
	width: 260px;
	float:left;
	padding: 25px 0 0 0;
	text-align:center;

}

#integrantesDireita{
	width: 260px;
	float:right;
	padding: 25px 0 0 0;
	text-align:center;
}

#videos{
	padding: 25px 0 0 0;	
}

#videosEsquerda{
	width: 268px;
	float: left;
	text-align:center;
}

#videosDireita{
	width: 268px;
	float: right;
	text-align:center;
}

#vote{
	width: 538px;
	float:left;
	text-align:center;
	padding: 15px 0 0 0;
}

.negrito{
	font-weight:bold;
	font-size:12px;
}

/* BOTÕES FORM */

.enviar_form {
	cursor: pointer;
	width: 105px;
	height: 40px;
	background-image:url(../imagens/botoes/enviar.gif);
	background-repeat: no-repeat;
	border:0;
}

.limpar_form {
	cursor: pointer;
	width: 71px;
	height: 40px;
	background-image:url(../imagens/botoes/limpar.gif);
	background-repeat: no-repeat;
	border:0;
}