/* GERAIS */

/************************************************************/
body {
	background: url(../imagens/bg-mais.jpg) center no-repeat;
	background-color: #ccc;
	margin: 0;
	padding: 0;
	font: 14px "Trebuchet MS", Arial;
	color: #000;
}

a, img {border:0px;}

#tudo {
	width: 900px;
	text-align: left;
	margin:0 auto;
	padding:10px 0px;
	height:610px;
}
	
#topo {
	width: 900px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}
	
#topo-opine {
	width: 900px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	}
	
#topo-participe {
	width: 900px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	}

#topo img {
	margin: 0 auto;
	}
	
#conteudo-principal {
	width: 900px;
	text-align: left;
	margin:0 auto;
	padding-top: 15px;
	}
	
a {
	text-decoration: none;
	color: #c10940;
}

a:hover {
	text-decoration: underline;
}

/* CONTEUDO PRINCIPAL - HOME */

/************************************************************/

#conteudo-principal-home {
	width: 600px;
	text-align: left;
	margin:0 auto;
	}
	
#participe-home {
	width: 300px;
	float: left;
	}
	
#bg-participe {
	background-color: #f5f175;
}

#opine-home {
	width: 300px;
	float: right;
	}
	
/* CONTEUDO PRINCIPAL - PARTICIPE */

/************************************************************/

#conteudo-principal-participe {
	width: 900px;
	float: left;
	}
	
#participe-participe {
	width: 600px;
	float: left;
	}
	
#opine-participe {
	width: 300px;
	float: right;
	}
	
#bg-opine {
	background-color: #ffbc00;
}
	
/* CONTEUDO PRINCIPAL - OPINE */

/************************************************************/

#conteudo-principal-opine {
	width: 900px;
	float: right;
	}
	
#participe-opine {
	width: 300px;
	float: left;
	}
	
#opine-opine {
	width: 600px;
	float: right;
	}
	
/* FORMULARIOS */

/************************************************************/
	
form {
	width:600px;
	margin: 0 20px 0 20px;
	}
		
fieldset {
	border:none;
	}
		
form fieldset legend {
	display: none;
	}
		
form fieldset label {
	color:#000;
	font: bolder 14px helvetica, arial, sans-serif;
	display:block;
	width:275px;
	padding-top: 10px;
	float:left;
}

form fieldset label.labmensagem {
	width:530px;
	height: 250px;
}
		
form fieldset label.labmensagem textarea {
	width:530px;
	height:200px;
	font:13px arial, tahoma, sans-serif;
	padding:3px;
	border:1px solid #fff;
}

form fieldset label.campobloco {
	width:530px;
	height: 60px;
	display: block;
}

form fieldset label.campotxt {
	width:540px;
	height: 40px;
	display: block;
}

form fieldset label.campobloco input {
	width:530px;
	height: 25px;
	border:1px solid #fff;
	padding:3px;
}
		
form fieldset label input {
	width:255px;
	height: 25px;
	border:1px solid #fff;
	padding:3px;
	}
		
form fieldset input.botao {
	float: right;
	padding: 5px;
	margin-right: 240px;
	}
	
form span {
	padding: 20px;
	color: #000;
	position: relative;
	display: compact;
	}
	
label.error {display:none !important;}
input.error, textarea.error {background-color:#FFEFDB;}
div.error {margin:5px 30px 5px 0px; padding:10px;color:red;font-weight:bold;background-color:#FFF5EE;border:2px solid red;width:516px;}
img.error {float:left; margin: -5px 10px 0px 0px;}
.error-msg {padding:0px;}
#regras {display:none;}