#block-search
{
	width:229px;
	height:31px;
	background:url(images/search-bg-bot.png) no-repeat 0 100%;
	padding-bottom:5px;
	float:right;
}

	#search-form
	{
		background:url(images/search-bg-top.png) no-repeat;
		padding:5px;
		padding-bottom:0;
	}
	
		#search-form label
		{
			
		}
		
			#search-form span
			{
				display:block;
			}
	
				#search-form span input.text
				{
					padding:2px;
					width:180px;
					padding:4px;
					border:1px solid #8a7b66;
					-moz-border-radius:4px;
					-webkit-right-radius:4px;
					color:#999;
				}
				
				#search-form span input.active
				{
					color:#000;
				}
				
				#search-form span button.submit
				{
					padding:0;
					width:26px;
					height:26px;
					float:right;
					background:url(images/submit.gif) no-repeat;
				}