#search-area {
	width:200px;
	position:absolute;
	right:0;	
	margin-top:29px;
	margin-right:450px;	
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 16px;
	height: 16px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	border-left: 1px solid #bbbbbb;
	padding-left:20px;
	z-index:101;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	/*background: #f04e26;*/
	width: 180px;
	height: 16px;
	margin: 0;
	z-index: 10;
	padding: 0px;
	font-family: inherit;
	font-size: 11px;
	color: #f1542d;
	border:none;
	padding-left:3px;
	padding-right:3px;	
}
.sb-search-input::-webkit-input-placeholder {
	color: #f1542d;
}
.sb-search-input:-moz-placeholder {
	color: #f1542d;
}
.sb-search-input::-moz-placeholder {
	color: #f1542d;
}
.sb-search-input:-ms-input-placeholder {
	color: #f1542d;
}
.sb-icon-search,
.sb-search-submit  {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;	
	
}
.sb-search-submit {
	/*background: #fff;*/ /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;	
}
.sb-icon-search {
	z-index: 90;		
	background: url(../../../images/ico-lupa.png) no-repeat right;
	border:none;
	width:16px;
	height:16px;
	padding-left:20px;	
}
.sb-icon-search:before {	
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	border-left:none;
	background: url(../../../images/bg-search.png) no-repeat left center;
	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
