#overlay {
	background: rgba(0,0,0,0.6);  
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top:0; 
	left:0; 
	display:none;
}

#iframecontainer {
	width:90%; 
	height: 90%; 
	position: fixed;
	margin-top: 2.25%; 
	margin-left: 7.25%; 
	background:#FFF; 
	border: 1px solid #666;
	border: 1px solid #555;
	box-shadow: 2px 2px 40px #222; 
	z-index: 995;
}

#iframecontainer iframe {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	border: none; 
}

.close{
    display:block;
    position:absolute;
    top:-20px;
    right:-20px;
    background:red;
    color:white;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:35px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;
}