

#block,#block2{
	position   : fixed;
	width      : 100%;
	height     : 100%;
	background : url(../imagens_popup/transparente.gif);
	z-index    : 888;
	display    : none;
}

#block{
	z-index : 1000;
}

.popup{
	position   : absolute;
	top        : 23%;
	left       : 23%;
	z-index    : 999;
	width      : 500px;
	height     : 250px;
	display    : none;
}

.popup .titulo{
	position    : absolute;
	top         : 4px;
	left        : 5px;
	font-size   : 11px;
	color       : #444;
	font-weight : bold;
}

.popup .frame{
	position   : absolute;
	top        : 26px;
	left       : -11px;
	z-index    : 3;
	width      : 522px;
	height     : 218px;
	background : #FFF;
}

.popup .bgtopo{
	position   : absolute;
	top        : 5px;	
	left       : -11px;
	z-index    : 2;
	width      : 522px;
	height     : 22px;
	background : url(../imagens_popup/topopopup.png) repeat-x;
}

.popup .topopopup{
	position   : absolute;
	top        : 0;
	left       : 0;
	width      : 100%;
	height     : 16px;
	background : url(../imagens_popup/horizontal_T.png) repeat-x;
}

.popup .topopopup .canto1{
	position   : absolute;
	top        : 0;
	left       : -17px;
	width      : 17px;
	height     : 16px;
	background : url(../imagens_popup/canto_L_T.png);
}

.popup .topopopup .canto2{
	position   : absolute;
	top        : 0;
	right      : -17px;
	width      : 17px;
	height     : 16px;
	background : url(../imagens_popup/canto_R_T.png);
}

.popup .topopopup a img.closepopup{
	position : absolute;
	top      : 8px;
	right    : -9px;
	z-index  : 3;
	width    : 16px;
	height   : 16px;
	background : url(../imagens_popup/close.png) top no-repeat;
}

.popup .topopopup a:hover img.closepopup{
	background : url(../imagens_popup/close.png) bottom no-repeat;	
}

.popup .bottompopup{
	position   : absolute;
	bottom     : 0;
	left       : 0;
	width      : 100%;
	height     : 16px;
	background : url(../imagens_popup/horizontal_B.png) repeat-x;
}

.popup .bottompopup .canto1{
	position   : absolute;
	top        : 0;
	left       : -17px;
	width      : 17px;
	height     : 16px;
	background : url(../imagens_popup/canto_L_B.png);
}

.popup .bottompopup .canto2{
	position   : absolute;
	top        : 0;
	right      : -17px;
	width      : 17px;
	height     : 16px;
	background : url(../imagens_popup/canto_R_B.png);
}

.popup .canto_L{
	position   : absolute;
	top        : 16px;
	left       : -17px;
	width      : 17px;
	height     : 218px;
	background : url(../imagens_popup/vertical_L.png) repeat-y;	
}
.popup .canto_R{
	position   : absolute;
	top        : 16px;
	right      : -17px;
	width      : 17px;
	height     : 218px;
	background : url(../imagens_popup/vertical_R.png) repeat-y;	
}