@charset "utf-8";
/* CSS Document */
body{overflow-x:hidden;}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:90;
  display:none; 
}

.fndpopup {
  position: absolute;
  width:100%;
  height:1180px;
  background:#000;
  z-index:99999;
  opacity: 1;
  -moz-opacity: 1;
  display:none;
  padding:20px;
}
  
.window {
  position:absolute;
  left:50%;
  top:20%;
  margin-top:10px;
  width:440px;
  min-height:200px;
  display:show;
  z-index:999999;
  padding:10px 30px;
  background:#fff; 
  opacity: 1;
  -moz-opacity: 1;
  border:1px solid #666;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  color: #000066; /*Cor do texto da pop-up*/
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
}

 #dialog2 {
  left:50%;
  top:20%;
  width:500px;
  margin:0px auto;
  min-height:240px;
  padding-top:40px;
  padding-bottom:20px;
  display:none; /* Estilo da pop-up*/
}

.close{
	width:65px;
	border:none;
	padding:6px 12px;
	color:#fff;
	text-align:right; 
	background:#333;  
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}