.box-title {
	margin: 0 auto;
	height: 40px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	padding: 4px;
	background-color: #808080;
}

.box-type {
	width: 60px;
	background-color: #808080;
	color: #eeeeee;
	padding: 6px 6px 6px 6px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
}

.box-detail {
	
	margin: 0 auto;
	padding: 5px;
	background-color: white;
}
