﻿.fundo {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	min-height:100%;
	background: #FFFFFF url('fundo.gif') repeat;
	/*background-color:#000000;*/
	filter: alpha(opacity=90);
	opacity:.9;
	-moz-opacity:.9;
	-khtml-opacity:.9;
	margin:0 auto;
	display:block;
	float:left;
	/*z-index:9999999999999;*/
}

*html.fundo {
	width:100%;
	height: 100%;
	min-height:100%;
}

.boxLoad {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 25%; 
	left: 50%;
	margin-top: 0px;
	margin-left: -70px;
	/*background-color: #000;*/
}


/* popupBox */

.geralBox {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	min-height:100%;
	background-color: #ccc;
}

.centerBox {
	position: absolute;
	width: auto;
	height: auto;
	top: 50%; 
	left: 50%;
	margin-top: -150px;
	margin-left: -210px;
	z-index: 200;
	border: 0 solid #000;
}

.box, .handle {
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: 1px solid #aaa;
}

.box {
	float: left;
	padding: 0px;
	width: 400px;
	height: 300px;
	margin: 5px;
	display: none;
	z-index: 300;
	background-color: #eee;
}
	
.barradragdrop {
	padding:5px;
    background-color: #fff;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #999;
}  

.title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
  padding-top:2px;
  margin:0;
}

span.button_close {
  margin: 0;
  cursor: pointer;
  text-align: center;
  width:20px;
  height: 20px;
  background-color: #595f63 ;
/*  background: url("botao_fechar.gif") no-repeat center center; */
}

span.button_close a {
  text-align: center;
  vertical-align: middle;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
/*  background: url("botao_fechar.gif") no-repeat center center; */
}

/*.fundo {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	min-height:100%;
	background: url('fundo.gif') repeat;
	filter: alpha(opacity=70);
	opacity:.70;
	-moz-opacity:.70;
	-khtml-opacity:.70;
	margin:0 auto;
	z-index: 100;
}

/* fim popupBox */