@import "all.css";

.box_head {
	background-image: url(/static/images/box_head.png);
	background-position: top;
	background-repeat: no-repeat;
	
	width: 100%;
	height: 30px;
}
.box_head p {
	color: white;
	height: 30px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding-top: 9px;
}
.box_middle {
	background-image: url(/static/images/box_middle.png);
	padding: 7px;
	padding-bottom: 0;
}
.box_bottom {
	background-image: url(/static/images/box_bottom.png);
	height: 11px;
}