
p.search_result {
	font:9pt Arial;
	background:transparent url(images/location_line.gif) no-repeat 0 3px;
	padding-left:10px;
}
p.search_result strong {
	font-weight:normal;
	color:blue;
}

p.content_count {
	font:9pt Arial;
	background:#f4f4f4 url(images/location_line.gif) no-repeat 0 8px;
	padding:5px;
	margin:0;
	padding-left:10px;
}
p.content_count strong {
	font-weight:normal;
	color:blue;
}

#order_list {
	list-style:none;
	float:right;
	margin:10px 5px;
	display:inline;
}
#order_list li {
	list-style:none;
	float:left;
	display:inline;
	margin-left:2px;
	font-size:9pt;
}

p.buttonset {
	
}

/* board_list */
#board_list {
	float:left;
	width:600px;
	border-top:0;
}
#board_list th {
	background:#f4f4f4 url(images/header.gif) repeat-x 0 0;
	font:9pt ±¼¸²;
	padding-top:5px;
	height:25px;
}
#board_list th.seq {
	width:40px;
}
#board_list th.file {
	width:60px;
}
#board_list th.name {
	width:90px;
}
#board_list th.regdate {
	width:100px;
}
#board_list td.seq {
}
#board_list td.file {
}
#board_list td.subject {
}
#board_list td.name {
}
#board_list td.regdate {
}


/* list_search_box */
#list_search_box {
	margin-top:10px;
	float:left;
}
#list_search_box label {
	margin-right:5px;
	float:left;
	font:9pt Arial;
	color:#777;
	background:transparent url(images/glass.gif) no-repeat 0 2px;
	padding-left:15px;
}
#list_search_box input {
	margin-right:5px;
	float:left;
}
#list_search_box legend {
	display:none;
}
