﻿@charset "utf-8";
/* CSS Document */

#iBox {
	border: 1px solid #434343;
	background-color: #fff;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#iBox #iBoxTitleTable {
	color: #fff;
	font-weight: bold;
	background-color: #a10006;
	border-bottom: 5px solid #ebebeb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#iBox #iBoxTitleTable td {
	border-bottom: 1px solid #fff;
	padding: 3px 5px 0px;
}

#iBox #iBoxContentOuter {
	padding: 10px;
}

#iBox p {
	margin: 12px 0 0;
}

