﻿
.ibss_pane {
	position: absolute;
    font-size:14px;
    font-weight:bold;
   text-align:center;
   vertical-align:central;
    display:none;
	width: 30%;
	height: 25%;
	top: 18%;
	left: 35%;
	margin: 0;
	padding: 0;
	z-index: 99;
	border: 1px solid #d8d8d8;
	background: #e7ffe9;
}

.ibss_title {
	font-family: Calibri;
	background:#82bbc3;
	/*background-color:transparent;*/
	color: white;
	font-size: 18px;
	height: 22px;
	text-align: center;
}
.ibss_paneBottom{
background:#adb0b4;
height:24px;
text-align:center;
position:relative;
top:-43px;
}
.ibss_ghostpane {
	background: #999;
	opacity: 0.2;

	width: 30%;
	height: 25%;
	top: 18%;
	left: 35%;
	
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 98;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
