#search {
	width: 400px;
	padding-bottom: 20px;
	margin-left: 120px;
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.search-collapse {
	width: 400px;
	height: 19px;
	text-align: right;
}

.search-collapse img {
	border: none;
}

.search-left {
	float: left;
	width: 225px;
}

.search-right {
	float: left;
	width: 175px;
}

#search p {
	font-family:"Trebuchet MS", Georgia, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #f98828;
	margin-top: 15px;
	margin-bottom: 5px;
}



.range {
	width: 60px;
	text-align: center;
}

.selection {
	width: 175px;
	padding: 1px;
}

.text {
	width: 175px;
}

.buttons {
	margin-top: 20px;
	margin-bottom: 20px;
}
.buttons  input{
	width: 75px;
	font-family:"Trebuchet MS", Georgia, Verdana;
	font-size: 12px;
	font-weight: regular;
	color: #ffffff;
	background-image: url(../images/search_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #a69b65;
	height: 22px;
	padding: 0px;
}

