.searchLeft {
	width: 735px;
	display: block;
	float: left;
}
.searchLeft .catHead {
	font-weight: 100;
	color: black;
	font: 10pt Arial;
	width: 690px;
	text-align: center;
}
.searchLeft #controlRow {
	display: none;
}
.searchRight {
	width: 250px;
	float: right;
	display: block;
}
.searchLeft .searchPanel {
	float: left;
	width: 90%;
	height: 38px;
	margin-bottom: 10px;
	margin-left: 45px;
}
.searchLeft .searchPanel input.str,
.searchLeft .searchPanel .searchi {
	background-image: url(/res/images/search_panel/input.bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 480px;
	height: 24px;
	border: 1px solid #7f7f7f;
	padding-left: 25px;
	margin-top: -2px;
	margin-right: 7px;
}
.searchLeft .searchPanel .corner {
	display: block;
	float: left;
	margin-top: -6px;
}
.searchLeft .bottomCaption,
.searchLeft .bottomCaption .bxhead th {
	background: none;
}
.searchLeft .bottomCaption .bxGreenH,
.searchLeft .bottomCaption .bxdelim,
.searchLeft .bottomCaption .bxmiddle,
.searchLeft .bottomCaption .bxbottom {
	display: none;
}
.searchLeft .bottomCaption #controlRow {
	display: block;
	margin: auto;
	padding: 0px;
}
