@charset "utf-8";
/* CSS Document */

#iBox {
	color: #878787;
	border: 1px solid #7b7b7b;
	background-image: url('../images/layout/bg_ibox.png');
	background-position: center bottom;
	background-repeat: repeat;
}

#iBox #iBoxTitleTable {
	background-color: #fff;
	padding-top: 5px;
	border-bottom: 5px solid #fff;
}

#iBox #iBoxTitleTable td {
	border-bottom: 1px solid #fff;
	padding: 2px 10px;
}

#iBox #iBoxTitleTable #iBoxClose {
	width: 15px;
}

#iBox #iBoxContentOuter {
	padding: 10px;
}

#iBox p {
	margin: 12px 0 0;
}
