/* BOX ENVIE PARA */

.box-form-indique {
	float: right; width: 245px;
	padding: 0 8px 8px;
	background: #d1e8fb; border: #bacedf 1px solid;
	margin: 20px 0 0 0;
}
	.box-form-indique h4 {
		width: 202px; height: 37px;
		margin: 20px 0 0 6px;
		background: url(img/tit_convide_mais.gif);
		text-indent: -9999px; overflow: hidden;
	}
	.box-form-indique label {
		margin-top: 7px;
		font-family: Verdana; font-size: 11px; color: #32658d; font-weight: bold;
	}
	.box-form-indique .fieldset, 
	.box-form-indique label { float: left; display: inline; width: 100%; }
	
	.box-form-indique .fieldset {
		margin-left: 6px;
		width: 232px;
		border-bottom: #32658d 1px solid;
		padding-bottom: 20px; margin-top: 7px;
	}
	.box-form-indique .fieldset.last { border: 0; }
	.box-form-indique .cmp_text { 
		background: #e8f3fc;
		width: 214px; height: 19px; 
		padding: 6px 8px; margin-top: 2px;
		border: #bdc9d2 1px solid;
		font-family: verdana; font-size: 14px; color: #32658d; font-weight: bold;
	}
	.box-form-indique .btn-submit { 
		float: left; display: inline;
		margin: 0 0 0 6px;
		width: 79px; height: 29px;
		background: url(img/btn_enviar.gif);
		display: block;
		content: "";
		line-height: 0;
		text-indent: -9999px;
		cursor: pointer;
		border: none !important;
	}
	
	/*
	** BOX MENSAGEM 
	*/
	.box-form-indique .box-msg {
		padding: 68px 15px 12px 15px;
		margin-top: 8px;
		text-align: center;
		border: #b7cfe0 1px solid;
		background: #e9f5fe;
	}
		.box-form-indique .box-msg .titulo {
			font-family: Arial; font-size: 14px;
			color: #32658d; font-weight: bold;
		}
		.box-form-indique .box-msg .texto {
			margin-top: 8px;
			font-family: Arial; font-size: 11px;
			color: #32658d;
		}

		/* ERRO */
		.box-form-indique .msg-erro {
			background: #e9f5fe url(img/alerta_erro.gif) no-repeat center 14px;
		}
		/* SUCESSO */
		.box-form-indique .msg-sucesso {
			padding-top: 18px;
		}
		.box-form-indique .bot-convidar-mais {
			width: 105px; height: 29px;
			background: url(img/novo_convite.gif);
			display: block;
			content: "";
			margin: 12px auto 0;
			line-height: 0;
			text-indent: -9999px;
			cursor: pointer;
			border: none !important;
		}

.hide { display: none; }
