#search-form {
	margin-top: 7px;
	padding: 0 !important;
	color: transparent;
}

#search-form label {
	display: none;
	width: 0px;
	color: transparent;
}

#search-form #search {
	background-image: url("../../../img/astea/search_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	color: transparent;
	background-color: transparent;
	margin-left: -50px
}

#search-form #search:active,#search-form #search:focus {
	background-color: #fff;
	background-position: 5px 5px;
	border: 2px solid #3c532c;
	width: 200px;
	color: #3c532c;
	padding-left: 30px !important;
	border-radius: 2px;
	
}
#search-form .button {
	color: #fff !important;
	box-shadow: none !important;
	background-image: none !important;
	text-decoration: none;
	border: none !important;
	padding: 0 4px;
	font-size: 1em !important;
	text-transform: uppercase;
	font-weight: 700;
	width: 30px;
	height: 30px;
	border-radius: 4px;
}