#FB_cmbMovieList{
	padding:0;
	height:20px;
	width:130px;
	float:left;
	color:#b9b9b9;
}

/* Input textbox - do not specify a width here, it will be overwritten */
#FB_cmbMovieList_input.ffb-input {
	float:left;
	width:114px;
	color:#b9b9b9; /* must specify along with watermark color */
	background:transparent url('../images/form/FB_MovieListBg.gif') no-repeat;
	border:0;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 0 3px;
	*padding:2px 0 0 3px !important;
}

#FB_cmbMovieList_arrow.ffb-arrow {
	padding-top:0;
	margin-top:0;
	float:left;
	width:20px;
	height:22px;
	background:transparent url('../images/buttons/FB_MovieList_Arrow.gif') 0 0 no-repeat;
}