#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #4169E1;
	display: none;
}

#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	padding: 20px;
}

.close {
	display: block;
	text-align: right;
	border: solid 1px #DCDCDC;
	background-color: #DCDCDC;
}

#boxes #dialog2 {
	width: 375px;
	height: 203px;
	padding: 10px;
	background-color: #ffffff;
}

#boxes #divFechar {
	padding-left: 280px;
	background-color: #DCDCDC;
	height: 27px;
}

#boxes #modalQuestionario {
	width: 375px;
	height: auto;
	padding: 10px;
	background-color: #ffffff;
}

.textoModal {
	color: #000055;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: normal;
	text-decoration: none;
}

#boxes #layoutBotoesModal {
	vertical-align: middle;
	display: table-cell;
	padding-left: 37%;
	width: 375px;
	float: left;
}

#divTituloModal {
	background-color: #CAE1FF;
	color: navy;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 2px;
	text-indent: 5px;
	width: 375px;
	height: auto;
	vertical-align: middle;
	display: table-cell;
}

#boxes #dialog {
	width: 50;
	height: 50px;
	padding: 20px;
}

.contmodal1 {
	left: 50%;
	top: 40%;
	position: fixed;
}