@charset "utf-8";
/* CSS Document */

#iBox {
	border: 1px solid #7b7b7b;
	background-image: url('../images/layout/bg_ibox.png');
	background-position: center bottom;
	background-repeat: repeat;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#iBox #iBoxTitleTable {
	color: #fff;
	font-weight: bold;
	background-color: #085ca2;
	border-bottom: 5px solid #fcaa00;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#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;
	color: #000;
}
