#left_head_b {
	background: url(../images/header_bg1c.gif) 0 0 no-repeat;
}

#right_head {
	background: url(../images/header_bg2.gif) 0 0 no-repeat;
}

.logo_position {
	padding-top: 32px;
	margin-left: 14px;
}

#extra_links {
	margin: 16px 0 0 0;
	padding: 0 12px 4px 6px;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 12px;
	color: #1a712e;
	width: 186px;
}

#extra_links a:link, #extra_links a:visited {
	color: #1a712e;
	text-decoration: none;
}

#extra_links a:hover {
	color: #9d2929;
	text-decoration: none;
}

#new_search_box {
	background: url(../images/search_bg1.gif) top right no-repeat;
	width: 502px;
	height: 50px;
	margin: 28px 10px 0 0;
	padding: 10px 9px;
}

.search_txt {
	background: url(../images/search_box.gif) 0 0 no-repeat;
	width: 277px;
	height: 19px;
	margin-left: 8px;
	padding: 7px 0 6px 6px;
	border: none;
	color: #545454;
	font-size: 13px;
	vertical-align: middle;
}

.wrap {
	display: inline-block;
	height: 32px; /* change to proper size*/
	line-height: 1;
	margin: 0;
	padding: 0;
}

.wrap label {
	color: #545454;
	display: block;
	font-size: 13px; /*change size*/
	line-height: 32px; /*change to match height in .wrap*/
	padding-left: 14px;
	position: absolute;
	z-index: 2;
}

form.new_search label.overlay span { /*opacity: 0.4; -webkit-transition: opacity 200ms linear;*/ }

form.new_search label.focus span {
	display: none;
}

form.new_search label.hastext span {
	display: none;
}


