﻿#overlay
{
	width: 343px;
	position: absolute;
	float: left;
	z-index: 200;
	display: none;
}

#overlaytop
{
	width: 343px;
	height: 30px;	
	cursor: move;	
	background: url("/images/search_box_top2.png") no-repeat;		
}

#overlaymiddle
{
	width: 343px;
	padding: 0px 5px 0px 15px;
	overflow: hidden;
	min-height:40px;
	height:40px;
	height:auto !important;
	background: url("/images/search_box_back.png") no-repeat;			

}

#overlaybottom
{
	width: 343px;
	height: 16px;	
	background: url("/images/search_box_bottom.png") no-repeat;	
}


#spinner
{
	
	width: 313px;
	text-align: center;
	padding: 10px;
}

#wait
{
	
	margin: 0 auto;	

}

