@media only screen and (min-device-width: 800px) {
  
  #main>h2					{margin-left:25px !important;}
  
  #localFind				{position:relative;width:450px;line-height:40px;margin:0 0 60px 20px	;}
  #localFind>input.txt 		{width:400px;height:25px;padding:6px 35px 4px 15px;background:#fff;border:1px solid #ddd;
							  border-radius:10px; outline:none;
							  font-family: 'BenchNine', sans-serif;font-size:2.4rem;font-weight:bold;}
  #localFind>div.btn		{position:absolute;top:8px;right:15px;width:20px;height:20px;background:url('../img/btSearch.png') no-repeat;opacity:0.6;cursor:pointer;}
  #localFind>div.btn:hover	{opacity:1;}
   
}