.overlay {
	width: 100%;
	height: 100%;
	background: #BAD0DB;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 714;
}
.dialog {
	background: url(/imagens/overlay/white.png) no-repeat;
	width: 710px;
	height: 526px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top:-263px;
	margin-left:-355px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	z-index: 715;
}

.dialog h2 {
	padding:19px 33px 0 37px ;
}

.dialog #ovlTitulo {
	margin:20px 0 10px 0;
}

.dialog #ovlTexto {
	padding:0 43px;
	margin:0;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
}
