html, body, form	{
	margin: 0px;
	padding: 0px;
	height: 100%;
}	

#FecharBtn {
	background-color:#4f7eb8;
	border-radius: 3px;
	font-weight: bold; 
	border: 0px none;
	height: 30px;
	width: 155px;
	color: white;
}

#msg{
	font: 12px Arial;
	width: 500px;
	height: 120px;
	text-align:center;
	padding:10px;
}		

@media only screen and (max-device-width : 640px) {
	#msg{
		font: 12px Arial;
		width: 200px;
		height: 120px;
		text-align:center;
		padding:10px;
	}		
}

@media only screen and (max-device-width: 768px) {
	#msg{
		font: 12px Arial;
		width: 300px;
		height: 120px;
		text-align:center;
		padding:10px;
	}		
}

a:link, a:visited {
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: underline; 
	color: #900;
}

a:active {
	text-decoration: none;
	color: #900;
}
