/*
 * Estilos dos pop-ups flutuantes
 */
.ui-widget-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	margin:0; padding:0; font-size:1.2em; height: 1;
	
/** Debug de regras CSS do overlay que estao zicadas
	margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1

**/
}

.ui-state-highlight { height: 1.5em; line-height: 1.2em; background-color: #72AA86; border-bottom:1px dotted #666 } 
.ui-dialog { margin-left:auto; margin-right:auto; position: absolute; top:100px; *left:0; }


.popup{
 position: absolute; top:-300px;
}





