.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838383;
	height: 20px;
	width: 200px;
	border-top: 1px #828282;
	border-right: 1px #828282;
	border-bottom: 1px dotted #828282;
	border-left: 1px #828282;



}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A7A7A;
	height: 50px;
	width: 415px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #828282;
	border-right-color: #828282;
	border-bottom-color: #828282;
	border-left-color: #828282;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;


}
.bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	height: 20px;
	width: 60px;
	border-top: 1px none #828282;
	border-right: 1px none #828282;
	border-bottom: 1px dotted #828282;
	border-left: 1px none #828282;
}
