@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}





#box {
	float: right;
	border: 1px solid #000000;
	position: relative;
	width: 420px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#box h2  {
	padding: 0px;
	font-size: 1.1em;
	background-color: #5B3858;
	background-image: none;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#box-content    {
	padding: 8px;
	font-size: 10px;
	background-image: none;
	background-repeat: no-repeat;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
