@CHARSET "UTF-8";
/* ******************************** */
/* CSS do MODAL */
/* ******************************** */
.jqmWindow {
	background-color: #EEE;
	border: 1px solid black;
	color: #333;
	display: none;
	left: 50%;
	margin-left: -320px;
	padding: 12px;
	position: fixed;
	top: 17%;
	width: 780px;
	z-index: 0;
}

.jqmOverlay {
	background-color: #000;
}

* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

input[type=button], input[type=submit] {
	background-color: #b81111;
	border: 1px solid #d3d3d3;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	z-index:-1;
}