@charset "iso-8859-1";
/* CSS Document */

/*
MODAL
*/

#mensagem { width: 350px; margin: 0 auto; }
#mensagem .imagem { float: left; width: 93px; height: 97px; }
#mensagem .texto { float: left; width: 223px; padding: 0 0 0 30px;  }
.jqmWindow {
	/*width: 536px;*/
	width: 350px;
	/*margin-left: -280px;*/
	/*margin: 0 auto;*/
	/*position: fixed;*/
	z-index: 100;
	padding: 12px;
	display: none;
	position: absolute;
	top: 35%;
	left: 35%;
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #000;
	background: #FFF;
	/*margin: 30px 0 0 15px;*/
}

.jqmWindow a.fecharModal {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -35px;
	right: 2px;
	cursor: pointer;
	background: url(../imagens/thinkFechar.jpg) no-repeat;
}

/* Nao alterar */

.jqmOverlay { background-color: #000; }
