#indiqueBox {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:400px;
	border:10px solid #276AB0;

	/* for modern browsers use semi-transparent color on the border. nice! */
	/*border:10px solid rgba(82, 82, 82, 0.698);*/
	/*border:10px solid rgba(229, 148, 68, 0.5);*/
	border:10px solid rgba(39, 106, 176, 0.5);
	
	left:50% !important;
	margin-left:-210px !important;

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#indiqueBox div {
	padding:10px;
	border:1px solid #276AB0;
	background-color:#fff;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#indiqueBox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#276AB0;
	/*background-color:#EDDFBF;*/
	padding:5px 10px;
	/*border:1px solid #3B5998;*/
	font-size:18px;
}
#indiqueBox p {
	color:#666;
}
#indiqueBox p strong {
	color:#276AB0;
	font-size:13px;
	display:block
}






#indicarHtml label {
	margin-bottom:10px;
	display:block;
}
#indicarHtml label.error {
	color:#F00
}
#indicarHtml label span {
	color:#276AB0;
	display:block;
}
#indicarHtml label input {
	color:#939598;
	font-size:10px;
	width:362px;
	height:18px;
	padding:5px 8px 0 8px;
	border:none;
	background:url(../imagens/formularios/input-grande.png) no-repeat
}
#indicarHtml label textarea {
	color:#939598;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	width:362px;
	height:77px;
	padding:5px 8px 0 8px;
	border:none;
	background:url(../imagens/formularios/text-area.png) no-repeat
}



#indicarHtml .botoes-form {
	width:100%;
	margin:0;
	display:table
}
#indicarHtml a.close {
	width:42px;
	height:21px;
	float:left;
	text-indent:-99999px;
	background:url(../imagens/botoes/fechar.png) no-repeat
}
#indicarHtml input.bt-enviar {
	width:42px;
	height:21px;
	float:right;
	text-indent:-99999px;
	line-height:60px;
	border:none;
	cursor:pointer;
	background:url(../imagens/botoes/enviar.png) no-repeat
}























