@charset "utf-8";
/* CSS Document */

.iBox {
	border: 1px solid #eee;
	box-shadow: 0px 0px 10px #888;
	background-color: #fff;
	border-radius: 5px;
}

.iBox .iBoxTitle.noTitle {
	min-height: 10px;
	padding: 0;
}

.iBox .iBoxTitle {
	border-radius: 3px 3px 0px 0px;
	min-height: 12px;
	padding: 10px;
}
.iBox .iBoxTitle h1 {
	margin: 0;
	padding: 0;
}

.iBox .iBoxContentOuter {
	padding: 0 10px 10px;
}

.iBox .iBoxClose {
	cursor: pointer;
	position: absolute;
	right: -30px;
	top: 5px;
	width: 22px;
	height: 22px;
	background-image: url('../images/layout/iBox.close.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.iBox .iBoxClose:hover {
	background-position: 0px -22px;
}
