html, body {
    margin: 0;
    min-height: 100%;
}
body{
	position: relative;
	color: #333;
}

.ifr{
    padding: 0 !important;
}

.red {
	color: white;
    background-color: #ff7024;
}

.overlay {
   position:fixed; 
   top:0; 
   left:0; 
   background:rgba(0,0,0,0.6); 
   z-index:5; 
   width:100%; 
   height:100%; 

}

.gen_a {
color:#243238;
text-decoration:underline;
}

.gen_a:hover {
text-decoration:none;
}

.container_02 {
	display: block;
	width: 550px;
	padding-bottom: 15px;
    margin-left: -280px;
	top:35%;
    left: 50%;


border:2px solid white;
-webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);

	position: fixed;
	z-index: 10;

background-color:#f5dcaf;


	text-align: left;
color: #243238;
}

.container_01 {
	display: block;
	width: 750px;
	padding: 0px;
    margin-left: -374px;
	top:20%;
    left: 50%;


border:2px solid white;
-webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);



	position: fixed;
	z-index: 10;
	background: white;
	text-align: center;
color:#fc584d;
}


.container  img {
	display: block;
	width: 94px;
	margin: 0 auto;
}

.cancel { 
display: block; 
position:absolute; 
top:2px; 
right:2px; 
background-color:#d9212c;
color:white; 
height:22px; 
width:150px; 
font-size:17px; 
text-decoration: none; 
text-align: center; 
font-weight: bold; 
cursor:pointer;
padding:3px;
border:1px solid black;
}

.cancel:hover { background-color:#ec1724; }

h3 {
	margin: 0;
}

iframe {
	margin: 0 auto;
	background: none;
	border: none;
}

.arrow img{

	float: left;
	margin: 0;
	width: 738px;
}