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

