/* search_box_animated.css
-------------------------- */

#search-box #keywords {
	width: 55px;
	-webkit-transition: width 1s;
	transition: width 1s;
}

#search-box #keywords:hover {
	width: 150px;
}
