.search {
	float: right;
	clear: right;
	width: 315px;
	margin: 3px 0 0 0;
}

a.search_button, a.search_button:visited, a.search_button:link {
	float: left;
	height: 27px;
	width: 62px;
	background: url(../images/shd/header/search_btn.gif) left top no-repeat;
	color: #FFFFFF;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
}

a.search_button:hover, a.search_button:active {
	background: url(../images/shd/header/search_btn_ovr.gif) left top no-repeat;
	color: #000000;
	text-decoration: none;
}

.search_input {
	float: left;
	height: 23px;
	width: 128px;
	background: url(../images/shd/header/search_bg.gif) left top no-repeat;
	border: 0;
	padding: 4px 0 5px 5px;
	color: #7A7A7A;
}

a.request, a.request:visited, a.request:link, a.request:active {
	float: left;
	height: 24px;
	width: 110px;
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
	text-align: center;
	background: url(../images/shd/header/request_quote_btn.gif) left top no-repeat;
	color: #000000;
	text-decoration: none;
}

a.request:hover {
	background: url(../images/shd/header/request_quote_btn_ovr.gif) left top no-repeat;
	color: #000000;
	text-decoration: none;
}

a:hover, a:active