#quick_search {
	height: 25px;
	margin-bottom: 0;
	border: 1px solid #B7D6E2;
	width: 145px;
	background-color: #eee;
}

#quick_search:focus {
	background-color: #fff;
	width: 400px;
	font-size: 18px;
}