.ffb-input 
{
	float:left;
	color:#000;  
	height:16px; 
    margin:0;    
    padding:2px; 
    border:1;    
}

.ffb-input.watermark { 
	color:#888; 
}

.ffb-arrow 
{
	
}
.ffb-arrow.out { 
	background-position:0;
}
.ffb-arrow.over { 
	background-position:-17px 0;
}
.ffb-arrow.active { 
	background-position:-34px 0;
}
.ffb-no-results 
{
	padding:2px;
	color:#888;
	font-style:italic;
	border-bottom:1px solid #828790;
}

.ffb {
	position:absolute; 
	overflow:hidden;
	border-left:1px solid #828790; 
	border-right:1px solid #828790;
	background-color:#fff; 
}

.ffb .content {
	overflow:auto;
}
.ffb .content .row {
	
	color:#000;
	height:20px;
	clear:both;
}
.ffb-sel {
	cursor:pointer;
	cursor:hand;
	color:#fff !important;
	background-color:#b8dbed;
}
.ffb-match {
	font-weight:bold;
	color:#000;
}


.ffb .paging {
	vertical-align:middle;
	border-bottom:1px solid #828790;
}
.ffb .page, .ffb a.page {
	font-size:85%;
	padding:2px;
	border:solid 1px #339;
	background-color:#eef;
	margin:2px;
}
.ffb .box {
	width:22px;
	margin:2px;
}
.ffb .summary {
	font-size:85%;
}