.tab_bor_r {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.tab_bor_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 10px;
}
.tab_bor_all {
	border: 1px dotted #999;
	font-size: 10px;
}
.tab_bor_b1 {
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}

