@charset "utf-8";
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #EEEEF0;
	height: 25px;
	width: 220px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	padding-top: 5px;
}
