fieldset.search {
	border: none;
	margin: 0 auto;
}

.search input {
  width:714px;
  /*height: 40px !important: height: 20px;*/
  padding: 2px;
  font-size: 140%;
  border: 5px solid #f5e5a9;
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
	float: left;
}


.search button.btn {
	background: url(../images/search_button.png) no-repeat;
	width: 142px;
	height: 30px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	position: relative;
	top:6px;
	margin-left: 5px;
}