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

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

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

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

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

/* default close button positioned on upper right corner */
.pedidoProposta_overlay .close {
	background-image:url('images/bt_close.png');
	position:absolute; right:25px; top:20px;
	cursor:pointer;
	height:35px;
	width:35px;
}

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

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

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

	/* some padding to layout nested elements nicely  */
	padding:80px 35px 35px 35px;

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

/* default close button positioned on upper right corner */
.guiaWeb_overlay .close {
	background-image:url('images/bt_close.png');
	position:absolute; right:25px; top:20px;
	cursor:pointer;
	height:35px;
	width:35px;
}
