@CHARSET "UTF-8";

.sip-aguarde-panel {
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	height: 95px;
	width: 450px;
	margin: 40px auto;
}

#catavento {
	float: left;
	margin: 20px 10px;
}

#titulo {
	font-weight: bold;
	margin-top: 10px;
}

#centro {
	float: left;
	width: 350px;
}

#msg {
	text-align: center;
	display: block;
	text-decoration: none;
	color: white;
	margin-top: 3px;
	font-size: small;
}

#myProgress {
	width: 100%;
	border-radius: 3px;
	background-color: rgba(256, 256, 256, 0.2);
}

#myBar {
	width: 0;
	height: 15px;
	background-color: rgba(256, 256, 256, 0.8);
	border-radius: 3px;
	margin-top: 10px;
}