#searchlink, #searchlink-narrow  {
    color:#fff;
	font-size:11px;
	float:left;
	line-height:27px;
}

#searchlink a, #searchlink-narrow a {
	padding-left:5px;
	padding-right:10px;
    color:#fff;
	/*border-left:2px solid #fff;*/
}

.searchlinkbutton  {
	background-image: url('../images/sprite-bg.png');
    background-repeat: no-repeat;
    background-position: 0 -282px;
	display:inline-block;
	width:25px;
	height:25px;
}

#falsesearchform, #falsesearchform-narrow {
	height:25px;
	width:100%; 
	background-position:-10px; 
	float:right; padding:0px; 
	background-color: #990066;
	display:none;
}

#falsesearchform-narrow  .falseinput {
    width: 220px;
}

.falseinput {
	width:375px; 
	height:23px;
	float:left;
	background-color:#fff;
	margin-top:1px; 
	font-size:11px;
	line-height:23px;
	color:#333333;
}

.falsebutton {
	width:25px; 
	height:23px;
	float:left;
	background-color:#990066;
	background-image: url('../images/sprite-bg.png'); 
	background-repeat: no-repeat; 
	background-position: 0 -282px;
}

@media screen and (max-width: 740px) {
	.falseinput {
		width:calc(100% - 26px);
	}
}




