#search_form{
	float:right;
	margin-top:2px;
	margin-right:10px;
}


.search_entry {
	background:url('images/search.png') no-repeat;
	border:none;
	padding-left:50px;
	padding-top:12px;
	width:170px;
	height:48px;
	font-size:12px;
	color:#000;
}
.search_entry:hover {
	background:url('images/search.png') no-repeat;
	border:none;	
}
.search_entry:focus {
	background:url('images/search.png') no-repeat;
	border:none;	
}

.search_submit {
	width:87px;
	margin-bottom:22px;
	height:48px;
	padding:0;
	border:none;
	background:none;
}
.search_submit:hover {
	border:none;
	background:none;
}
.search_submit:focus {
	border:none;
	background:none;
}