#search_menu {
	width: 215px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	text-align: left;
	border-left: 1px dashed #e9adad;
	border-right: 1px dashed #e9adad;
	border-bottom: 1px dashed #e9adad;
	
}

#search_menu_header {
	background-color: #c5161d;
	border-top: 1px dashed #e9adad;
	height: 18px;
	line-height: 18px;
	width: 205px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #ffffff;
	font-family: "Century Gothic", Arial;
	font-size: 15px;
}

#search_menu_option {
  height: 26px;
  line-height: 26px;
  margin-top: 1px;
  padding-left: 10px;
  background-repeat:no-repeat;
  background-position: 20px 13px; 
  font-size: 1.1em;
  background-color: #ffffff;
  height: 130px;
}

.search_dropdown {
	width: 195px;
	height: 20px;
	margin-top: 10px;
	font-size: 11px;
}

.button_find {
	width: 80px;
	height: 21px;
	line-height: 18px;
	border: 1px solid #c5161d;
	background-color: #c5161d;
	font-family: 'Century Gothic';
	font-size: 13px;
	font-style: bold;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}
