.overlay {
   background:transparent; 
   /*background-color: red;*/
   position:absolute; 
   width:100%;
   height:100%; /* your iframe height */
   top:0;  /* your iframe height */
   left: 0;
   z-index: 999;
}

.aviso {
	font-size: 12px;
	color: red;
	font-weight: bold;
	display: none;
}

.feedback p {
	background-color: #222;
	color: #fff;
	padding: 20px;
}

.oculto, .enviando, .inicioEnvio, .enviado, .errorEnvio {
	display: none;
}