
#search-widget { 
	float: right;
	width: 230px; 
}


#search-widget .search-widget-item { 
	float: left;
	width: 230px;
	height: 22px;
	background: #FFF;
	margin-bottom: 10px;
}

#search-widget .search-widget-item .copy { 
	float: left;
	color: #999999;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 7px;
	height: 15px;
}

#search-widget .search-widget-item .arrow { 
	float: right;
}

span.select {
	position: absolute;
	width: 225px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 22px;
	padding: 0 0px 0 5px;
	color: #666;
   	font: 12px/21px arial,sans-serif;
   	background: url(../../images/select.gif) no-repeat;
   	overflow: hidden;
 }






