.board_recode {padding:6px; font:8pt tahoma; float:left;}
.board_search {float:right; margin-bottom:5px;}

/*** Table CSS #02 (List) ***/
table.blist {
	width: 100%; margin: 0; padding: 0;
	border-top: 2px solid #d3d3d3;
	border-collapse: collapse;
}
table.blist th{
	text-align:center; height: 30px;
	border-bottom: 1px solid #ededed;
	color: #666666; background: #f8f8f8;
	font: 8pt 돋움; letter-spacing: -1px;
	font-weight:bold;
}
table.blist td{
	height: 26px;
	border-bottom: 1px solid #f0f0f0;
}
table.blist .c1 {padding-left:10px}