/**
 * Folha de Estilo - Alert
 * -------------------------------------------------------------------------------------------
 * @author Claudio Monteoliva
 * @version 1.0
 * @copyright 2015
 */
.lightboxFundo {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 200%;
	background-color: rgba(0, 0, 0, 0.80);
	z-index: 9999888;
}

.lightbox {
	position: fixed;
	width: 300px;
	height: 100px;
	padding: 0;
	z-index: 9999988;
	clear: both;
}
.lightbox img {
	position: absolute;
	top: -15px;
	right: -15px;
	margin: 0;
	border: none;
	cursor: pointer;
	float: right;
	z-index: 9999999;
}
.lightbox .xiframe {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
    width: 100%;
    padding: 0px;
    background-color: #FFF;
    margin: 0px;
    clear: both;
    border: 2px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}