/*@ box style */
.box {
	position:absolute;
	background:#222;
	height:12px;
	font-size:10px;
	text-align:center;
	color:white;
	padding:2px 4px;
}
