.search_box_header {
	font-weight: bold;
	background-color: #cfb898;
	border: 1px solid #8f8f8f;
	border-bottom: none;
	padding: 5px;
	color: white;
	background-image: url('/_IMAGES/_XSL/templates/www_main/title-bg.jpg');
}

.search_box {
	font-size: 12px;
	border: 1px solid #8f8f8f;
	background-color: #eaeaea;
	padding: 10px;
}
.search_button {
	font-size: 30px;
}

.search_box table td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #8f8f8f;
}
.search_box table td.first {
	padding-left: 0px;
}
.search_box table td.last {
	padding-right: 0px;
	border: none;
	vertical-align: middle;
	text-align: center;
}
.search_box table td.nowrap {
	white-space: nowrap;
}

.radius_search {
	margin-top: 5px;
	display: block;
}
.radius_search_hidden {
	display: none;
}

/*- - - - - - - - - - - - - - - - - -*/

.advanced_search_box {
	font-size: 12px;
	border: 1px solid #8f8f8f;
	border-top: none;
	background-color: #eee9e2;
	padding: 10px;
}

.advanced_search_table {
}

.advanced_search_table td {
	vertical-align: top;
	padding: 5px;
}

.advanced_search_table td.left {
	white-space: nowrap;
}

.advanced_search_table td.right {
	width: 100%;
}