﻿.search
{
}
.searchTitle
{
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	background-image: url(../images/search_title.jpg);
}
.searchContent
{
	color: #7a3b08;
	padding: 10px 5px 0 10px;
	line-height: 1.5;
	border-left: 1px solid #f60;
	border-right: 1px solid #f60;
}
.searchContent select
{
	width: 100px;
}

