@charset "utf-8";
/* CSS Document */

.iBox {
	border: 1px solid #eee;
	box-shadow: 0px 0px 10px #888;
	background-color: #fff;
	border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
}

/*.iBox .iBoxTitle.noTitle {
	min-height: 10px;
	padding: 0;
}/**/

.iBox .iBoxTitle {
	min-height: 12px;
	padding: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.8);
}
.iBox .iBoxTitle.noTitle {
	display: none;
}
.iBox .iBoxTitle h1 {
	margin: 0;
	padding: 15px;
}

.iBox .iBoxContentOuter {
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
}

.iBox .iBoxClose {
	cursor: pointer;
	position: absolute;
	right: -36px;
	top: 5px;
	width: 30px;
	height: 30px;
	background-image: url('../images/layout/iBox.close.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.iBox .iBoxClose:hover {
	background-position: 0px -30px;
}

