.jqWindow {
	text-align: left;
	display: none;   
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -300px;
	width: 644px;
}

.jqWindow .msgAlerta{
	margin: 30px 0;
}

.jqmClose, .jqmClose:link, .jqmClose:active, .jqmClose:visited{
	color: #FFF;
	position: relative;
	top: 4px;
	left: -8px;
	z-index: 4000;
	float: right;
}

.jqmOverlay { background: #333; }

/* 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 .jqWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}