/* indique --------------------------------------------------------------------------------- */

#indique {
	float: left;
	text-align:center;
	width:450px;
	margin:auto;
	position:relative;
	padding: 30px 0 30px 25px;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
}
.ttlIndique{
	float: left;
	padding-bottom: 10px;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	color: #666;
}
.nomeForm{
	float: left;
	padding: 3px 0;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	color: #333;
}
#indiqueBox {
	float: left;
	width:405px;
	text-align:left;
	color:#666;
}
.indiqueDesc {
	width:400px;
	float:left;
	text-align:left;
}
#indique form {
	float: left;
	margin: auto;
}
.btindique {
	float: left;
	margin-top: 5px;
}


.textareaindique{
	float: left;
	height: 85px;
	padding: 3px;
	clear: both;
	border: 1px solid #CCCCCC;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
}



.inputindique {
	float: left;
	padding: 3px;
	clear: both;
	border: 1px solid #CCCCCC;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
}


.inputindiqueOver{
	float: left;
	padding: 3px;
	clear: both;
	border: 1px solid #333;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
}



.inputcoment {
	float: left;
	width: 250px;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	color: #000000;
}
.coment{
	float: left;
	width: 400px;
	font-family: arial, tahoma, verdana;
	font-size: 11px; color: #FFFFFF;
}

/**************************************
	POPUP FLUTUANTE (indique)
**************************************/
#seguraFundo {
	width: 100%;
	height: 1000px;
	float: left;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 10;
}
#envolvePopup {
	float: left;
	width: 475px;
	height: 393px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#popup {
	float: left;
	width: 475px;
	height: 393px;
	border: 5px solid #999;
	background-color: #999;
	color: #000000;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
}
#fecharPopup {
	float: right;
	display: inline;
	margin-right: 15px; 
}
#imgPopup {
	float: left;
}
/**************************************
	FIM DA POPUP FLUTUANTE
**************************************/
