
.overlay {
	background: #000;
}
div.jqmAlert,
div.jqmConfirm {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	width: 480px;
	margin-left: -240px;
}
div.jqmAlertWindow,
div.jqmConfirmWindow {
	height:auto;
	width: auto;
	margin: auto;
	max-width:300px;
	padding: 0 0 10px 0;
	background:#F1EEE7;/*#60AEB9;*/
	border:3px solid #AFA685;
	text-align: center;
}

/*
verde claro : #C1E0E4
verde escuro: #60AEB9
*/
.jqmAlertTitle,
.jqmConfirmTitle {
	margin:5px 2px;
	height:15px;
	color:black;
	/*background:#C1E0E4;*/
}
.jqmAlertTitle h1,
.jqmConfirmTitle h1 {
	font-size: 10px;
	font-weight: normal;
}
div.jqmAlertContent,
div.jqmConfirmContent {
	font-size:10px;
	margin-bottom: 6px;
	letter-spacing:0px;
}
div.jqmAlertContent span,
div.jqmConfirmContent span {
	color:#73684A;
	font-size:10px;
	vertical-align: 25px;
	padding: 0 0 0 10px;
	font-weight: normal;
}
div.jqmAlert .jqmClose em,
div.jqmConfirm .jqmClose em {
	display:none;
}
div.jqmAlert .jqmClose,
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  /*background:transparent url(/sair.gif) 0 0 no-repeat;*/
}

div.jqmAlert input,
div.jqmConfirm input {
	text-align: center;
	width: auto;
	font-size: 10px;
	background-color: #E4DECE;/*#A6CAF0;*/
	color: #73684A;
	font-weight: normal;
	border-width: 1px;
	margin-top: 3px;
	padding: 2px 5px 2px 5px;
}

* html div.jqmAlert,
* html div.jqmConfirm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.desaparece{
	display: block;
}
.aparece{
	display: block;
}
#carregando{
	background:url(../img/ajax/ajax-loader_big_roller.gif) no-repeat ;
	display: none;
	position: fixed;
	top: 85%;
	left: 70%;
	width: 480px;
	height:40px;
	margin-left: -240px;	

	
}