/*Cache gerado em  23/01/2017 03:29:28*/

/*--------------- CSS INCLUIDO -------------------*/ 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	WXMODAL
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.wxmodal {
	border:1px solid #CCC;
	background:#004779;
	width:300px;
	padding:20px;
    display:none;
    top:30%;
    left:50%;
	position:fixed;
    margin-left:-160px;
    color:#FFF;
    font-size:16px;
	text-align:center;
	
	border-radius:8px;
	-o-border-radius:8px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
}
.wxmodal #wxmodal-icone {
	width:54px;
	height:47px;
	display:inline-block;
	float:left;
	background:transparent url(../img/wxmodal.icon_alert.png) 0 0 no-repeat;
	overflow:hidden;
}
.wxmodal #wxmodal-close {
	position:absolute;
	cursor:pointer;
	right:10px;
	overflow:visible;
	display:inline;
	padding:0 3px;
	top:-8px;
	background:#EEE;
	color:#666666;
	font-size:11px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.wxmodal #wxmodal-close em{
	display:none;
}
.wxmodal #wxmodal-close img {
	position:absolute;
	display:block;
	width:16px;
	height:16px;
}
.wxmodal .wxmodal-close-ie {
}
.wxmodal #wxmodal-msg-confirm {
}
.wxmodal #wxmodal-msg-alert {
	float:right;
	width:230px;
	padding:3px 0;
	display:inline;
}
.wxmodal #wxmodal-button {
	padding-top:10px;
	text-align:center;
	clear:both;
}
.wxmodal #wxmodal-button input {
	margin:0 5px;
	background:#FFF;
	width:50px;
	border:3px double #5DAFC7;
}
.wxmodal #wxmodal-button input:hover {
	background:#0968AA;
	color:#FFF;
}
.jqmOverlay { background-color: #000;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .wxmodal {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


 /*--------------- CSS GERADOS -------------------*/ 

