#PopUp {
	position:absolute;
	top:122px;
	left:151px;
	z-index:1000;
	background-color:#4F618F;
	border:1px solid #555;
	}
#handle {
	text-indent:10px;
	color:#EEE;
	}
.barra {
	width:100%;
	height:18px;
	cursor:default;
	border-bottom:1px solid #AAA;
	}
.linkExit {
	text-decoration:none;
	cursor:default;
	}
.exit {
	width:15px;
	height:15px;
	background:url(../img/exit.gif) no-repeat;
	}
