/* CSS Document */
.box {
	border: 1px solid #CCCCCC;
	text-align:center;
	margin-bottom: 10px;
	font-size: 1em;
	padding: 0px;
}
.box .box_corner_topleft {
	float: left;
	margin-top: -1px;
	margin-left: -1px;
}
.box .box_corner_topright {
	float: right;
	margin-top: -1px;
	margin-right: -1px;
}
.box .box_corner_bottomleft {
	float: left;
	margin-left: -1px;
	margin-top: -11px;
}
.box .box_corner_bottomright {
	float: right;
	margin-right: -1px;
	margin-top: -11px;
}
.box .boxtitle {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.2pt;
	margin-bottom: 3px;
	margin-top: 6px;
	padding: 0px;
}
.box .boxcontent {
	padding: 0px;
	margin-bottom: 19px;
	text-align: left;
}