#demo-2 INPUT
{
	outline: none;
}
#demo-2 INPUT[type=search]
{
	/*[disabled]-webkit-appearance:textfield;*/
	/*[disabled]-webkit-box-sizing:content-box;*/
	font-family: inherit;
	font-size: 100%;
}
#demo-2 INPUT::-webkit-search-decoration, #demo-2 INPUT::-webkit-search-cancel-button
{
	display: none;
}
#demo-2 INPUT[type=search]
{
	background: #000000 url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: 1px solid #000000;
	padding: 9px 10px 9px 32px;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#demo-2 INPUT[type=search]:focus
{
	width: 130px;
	background-color: #FFF;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}
#demo-2 INPUT:-moz-placeholder
{
	color: #999;
}
#demo-2 INPUT::-webkit-input-placeholder
{
	color: #999;
}
/*Demo 2*/
#demo-2 INPUT[type=search]
{
	width: 39px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	margin-left: 0px;
	margin-top: 10px;
}
#demo-2 INPUT[type=search]:hover
{
	background-color: #FFF;
}
#demo-2 INPUT[type=search]:focus
{
	width: 140px;
	padding-left: 32px;
	color: #000;
	background-color: #FFF;
	cursor: auto;
}
#demo-2 INPUT:-moz-placeholder
{
	color: transparent;
}
#demo-2 INPUT::-webkit-input-placeholder
{
	color: transparent;
}
