#innowise-lightbox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:16777261;
}
 
#innowise-lightbox-overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:16777262;
	
	/* background-color: #424242; */
	background:#cde4fe;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
#innowise-lightbox-contentWrapper {
	position: relative;
	z-index:16777263;
	
	-moz-opacity: 1;
	opacity: 1;
	margin: 0;
	overflow: visible;
	
	width: 0px;
	height: auto;
	padding: 0px;
	border: none;
	border-radius:7px;
	background-color: #fff;
}
 
#innowise-lightbox-content {
	z-index:16777264;
	
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border: none;
	/*overflow: hidden;*/
}

#innowise-lightbox-close {
	z-index:16777265;
	
	position: absolute;
	top: 6px;
	right: 6px;
	width: 66px;
	height: 22px;
	cursor: pointer;
}

.lightboxContent {
	display: none;
	width: auto;
	height: auto;
	/* max-width: 550px; */

	/*font-size: 80%;*/
}


body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
