#element_to_pop_up 
 { 
	display:none; 
	margin-top:20px;
	background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 25px 5px #999;
}

.button.b-close,.button.bClose {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -10px;
} 
.button {
    background-color: #3D4343;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-decoration: none
}
.button:hover {
    background-color: #000000;
	color: #E77917;
}
.b-iframe {
    width:100%;
    height:100%;
    border: 0px solid green;
}
