@media all and (max-width:480px) {
	
	#search{
		display:block;
		width:100%;
}

	#search input{
	width:90%;
	margin:0 auto;
	
	}
}