/*Cache gerado em  20/08/2010 03:34:41*/

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



 /* -------------- wxmodal.css -------------- */ 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	WXMODAL
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.wxmodal {
    display:none;

    position:fixed;
    top:30%;
    left:50%;

    margin-left:-150px;
    width:300px;

    /*height:auto;
    width: auto;
    margin: auto;*/

    /*max-width:400px;
    padding: 0 10px 10px;*/

    background:#5DAFC7;
    border:1px dotted #FFF;
    
    color:#FFF;
    font-size:16px;
    padding:10px;
	letter-spacing:0px;
	/*width:170px;*/
    border:1px solid #CCC;
	border-radius:8px;
	-moz-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;
	left:260px;
	overflow:visible;
	display:inline;
	padding:0 3px;
	top:-12px;
	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');
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	WXMODAL BOX
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.wxmodal-box {
    display: none;

    position: fixed;
    top: 30%;
    left: 50%;

    margin-left: -150px;
    width: 300px;
	
    color:#FFF;
    font-size:16px;
    padding:10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Recuperar senha
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#modal-recuperarsenha {
	width:230px;
    background:#5DAFC7;
	border:1px solid #CCC;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	position:absolute;
}
#modal-recuperarsenha .close {
	background:#EEE;
	color:#666666;
	font-size:11px;
	margin-left:190px;
	padding:0 3px;
	position:absolute;
	top:-12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


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

