/* 검색 */
#board_search {
	position: relative;
	width: 720px;
	height: 30px;
	padding-top: 40px;
	
}

#board_search ul {
	float: right;
}

#board_search li {
	float: left;
	padding-left: 5px;
	white-space: nowrap;
}

#board_search div {
	background: url(../image/board/page_icon.gif) no-repeat;
	height: 22px;
	padding-left: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 포토게시판 */

#gallery {
	width: 720px;
	margin-bottom: 10px;
	overflow: hidden;
	border-top: 3px solid #f08b91;
	clear: both;
}

#gallery div {
	width: 360px;
	float: left;
	padding-top: 9px;
	border-bottom: 1px solid #e2e2e2;
	height: 60px;
	position: relative;
}

#gallery div ul {
	position: absolute;
	top: 5px;
	left: 90px;
	color: #a5a5a5;
}

#gallery div ul a {
	color: #666666;
}

#gallery div ul span {
	font-size: 10px;
	color: #f07d83;
	font-weight: bold;
	font-family: Tahoma;
}

#gallery div .no {
	font-size: 11px;
	color: #f07d83;
	font-family: Tahoma;
}