div#search_bar_home {
	margin: 0 0 0 0;
	clear: both;
	background: #AEBE2D;
	height: 3em;
	}

div#search_bar_home h2 {
	color: #FFF;
	line-height: 1.7em;
	margin-left: .6em;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Arial, Helvetica, "Microsoft sans-serif", sans-serif, sans;
	width: 300px;
	}

div#search_bar_home div.search_form {
	float: right;
	text-align: right;
	padding-right: 8px;
	}

div#search_bar_home div.search_form input.button {
	display: block;
	float: left;
	}

div#search_bar_home div.search_form input.text {
	width: 130px;
	height: 16px;
	border: 1px solid #7D823C;
	padding: 1px;
	display: block;
	float: left;
	margin-right: 5px;
	}

div#search_bar_home div.search_form label {
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 8px;
	}