/* CSS Document */
#search-title
{
	background:url(../images/search_bg.jpg) center no-repeat;
	width:226px;
	height:26px;
	margin:0 auto;
	text-align:center;
	font:normal 15px Arial;
	line-height:26px;
	color:#000;
}
#search-tbl
{
	margin:10px auto;
}
#search-tbl select
{
	width:130px;
}
#search-tbl th
{
	text-align:right;
	font:normal 12px Arial;
	color:#f0ae0e;
}
#search-tbl th, #search-tbl td
{
	padding:5px;
}
.small-box
{
	width:250px;
	background:url(../images/small_box_bg.jpg) center repeat-y;
}
.small-box-top
{
	background:url(../images/small_box_top.jpg) top center no-repeat;
}
.small-box-bot
{
	background:url(../images/small_box_bot.jpg) bottom center no-repeat;
	text-align:center;
	padding-top:8px;
	min-height:150px;
}
.small-box-bot span
{
	font:bold 14px Arial;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #fb8116;
}
.mid-box
{
	width:468px;
	background:url(../images/mid_box_bg.jpg) center repeat-y;
}
.mid-box-top
{
	background:url(../images/mid_box_top.jpg) top center no-repeat;
}
.mid-box-bot
{
	background:url(../images/mid_box_bot.jpg) bottom center no-repeat;
	min-height:520px;
}
.mid-box-bot h2
{
	text-align:center;
	font:bold 16px Arial;
	color:#f0ae0e;
	padding:8px;
}
.small-box-details
{
	margin:8px auto;
}
.small-box-details a
{
	color:#fff;
	text-decoration:underline;
}
.small-box-details td, .small-box-details th
{
	padding:4px;
}
.small-box-details th
{
	font:normal 12px Arial;
	color:#db870f;
}



