.windowPopup_front {
  position: absolute;
  top: 0%; left: 0%;
  width: 100%; height: 100%;
  z-index:1002;
  overflow: auto;
  vertical-align:middle;  
}

.windowPopup_black {
  position: absolute;
  top: 0%; left: 0%;
  width: 100%; height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.6;
  opacity:.60;
  filter: alpha(opacity=60);
}

.fila_over {
	background: #F4F4F4;
}

a.btn:link, 
a.btn:visited,
a.btn:hover,
a.btn:active{
	text-decoration:none;
	cursor:pointer;
}

.btn {
	text-decoration:none;
	cursor:pointer;
}
