#mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color:#8F8F8F;	
}
  
#boxes .window {
	display: block;
	position: absolute;
	left: 0;
	top: 0;	
	z-index: 9999;
	padding: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #868D8E; 
	font-size: 15px;
	background-color: #FFFFFF;
}

.close {
	display: block; 
	text-align: right; 
} 

#boxes #financiamento {/* simulador de financiamento*/
	display: none;
	position: fixed;
	float: left;
	width: 80%;
	height: 450px;
	padding: 5%;
	left: 5%;
	top: 7%;
	bottom: 0;
	overflow: auto;
}

#boxes #agenda {/* agenda*/
	display: none;
	position: fixed;
	float: left;
	width: 80%;
	height: 450px;
	padding: 5%;
	left: 5%;
	top: 7%;
	bottom: 0;
	overflow: auto;
}


@media only screen and (min-width: 480px), only screen and (orientation:landscape) {
#boxes #financiamento {
	float: left;
	width: 80%;
	height: 400px;
	top: 10%;
	left: 5%;
}

#boxes #agenda {
	float: left;
	width: 80%;
	height: 400px;
	top: 10%;
	left: 5%;
}	
}

@media only screen and (min-width: 600px) {
#boxes #financiamento {
	width: 500px;
	height: 380px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 40%;
	margin-top: -225px;			
}

#boxes #agenda {
	width: 500px;
	height: 400px;
	padding: 20px;	
	left: 50%;
	margin-left: -250px;
	top: 40%;
	margin-top: -225px;	
}
}

@media only screen and (min-width: 768px) {
#boxes #financiamento {
	top: 50%;
}

#boxes #agenda {
	top: 50%;
}
}

