#container .popup {
	width: 760px;
	height: 560px;
	background-color: transparent;
	color: #1a4570;
	font-size: 1.3em;
	text-align: left;
	line-height:1.50;
	/* Estilo do Scroll para o IE */
	scrollbar-face-color:#3161A5;
	scrollbar-highlight-color:#3161A5;
	scrollbar-3dlight-color:#3161A5;
	scrollbar-darkshadow-color:#3161A5;
	scrollbar-shadow-color:#3161A5;
	scrollbar-arrow-color:#5283C8;
	scrollbar-track-color:#5283C8;
}

#container .popup .toppopup{
	height: 195px;
	background: url(../img/toppopup.gif);
	padding: 10px;
	overflow:hidden;
}

#container .popup .contentpopup{
	height: 325px;
	background-color: #B2DAEC;
	overflow:auto;
	padding: 10px;
	border-bottom: 8px solid #3262A2;
}

#container .popup .contentpopup p,
#container .popup .toppopup .infopopup p{
	margin-bottom: 6px;
	padding:0 !important; 
	font-size:1em !important;
}

#container .popup .toppopup h4.sectionpopup {
	font-size: 1.6em;
	margin-top: 30px;
}

#container .popup .toppopup h5.titlepopup {
	font-size: 2em;
	margin-bottom: 10px;
}

/* div#div151 a.closeButton { *width:780px !important;} */

.closeButton { position:absolute; top:0; right:10px; display:block; width:auto; color:white;/*#3262A4*/; font-weight:bold; padding:0.4em 1.2em 0.4em 0.4em; text-align:right; font-size:1.2em; }





