.leftline {
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.rightline {
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: dotted;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
}
.boxline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dotted #CCCCCC;
}
