#search_form {
	background: url('../images/search-background.png') repeat-y #6f6f6f;
	color: white;
	position: relative;
	width: 890px;
}
#search_form table td, #search_form form, #search_go, #search_go img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#search_form table {
	border: 0px;
	border-spacing: 0px;
	position: relative;
	width: 100%;
}
#search_form table td {
	text-align: left;
	vertical-align: middle;
}
#search_form .search_search_cell {
	width: 153px;
}
.not-mozilla #search_form .search_search_cell {
	width: 159px;
}
#search_form .search_search_cell label {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding-right: 16px;
	text-align: right;
	display: block;
}
#search_form #search_query {
	background-color: white;
	border-width: 2px;
	color: black;
	display: block;
	font-size: 1em;
	margin: 4px 0px;
	width: 100%; /* Mozilla will include the borders in the width of the box, but other browsers don't */
}
.not-mozilla #search_form #search_query {
	margin-left: -6px;
}
#search_form .search_go_cell {
	width: 43px;
}
#search_form #search_go {
	background-color: transparent;
	color: black;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
#search_form .search_bar_message_cell {
	width: 236px;
}
#search_form #search_bar_message {
	background-color: transparent;
	color: white;
	display: block;
	text-align: right;
	margin-right: 32px;
}
#search_form #search_bar_message .name {
	font-weight: bold;	
}
#search_form .corner {
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
}
#search_form .top {
	background: url('../images/search-background-corner-top.gif') no-repeat top right;
}
#search_form .bottom {
	background: url('../images/search-background-corner-bottom.gif') no-repeat bottom right;
}
