/* PEDIDO PROPOSTA */

/* the overlayed element */
.pedidoProposta_overlay {
	/* initially overlay is hidden */
	display:none;

	/* growing background image */
	/*background-image:url('images/pt/bg_dialog_pedido_proposta.png');*/

	/* width after the growing animation finishes height is automatically calculated */
	width:508px;

	/* some padding to layout nested elements nicely  */
	padding:50px 27px 14px 27px;

	/* a little styling */
	font-size:11px;
}

/* default close button positioned on upper right corner */
.pedidoProposta_overlay .close {
	background-image:url('images/bt_login_close.jpg');
	position:absolute; right:22px; top:10px;
	cursor:pointer;
	height:43px;
	width:42px;
}


/* PEDIDO ASSISTÊNCIA */

/* the overlayed element */
.pedidoAssistencia_overlay {
	/* initially overlay is hidden */
	display:none;

	/* growing background image */
	/*background-image:url('images/pt/bg_dialog_pedido_proposta.png');*/

	/* width after the growing animation finishes height is automatically calculated */
	width:508px;

	/* some padding to layout nested elements nicely  */
	padding:50px 27px 14px 27px;

	/* a little styling */
	font-size:11px;
}

/* default close button positioned on upper right corner */
.pedidoAssistencia_overlay .close {
	background-image:url('images/bt_login_close.jpg');
	position:absolute; right:22px; top:10px;
	cursor:pointer;
	height:43px;
	width:42px;
}

