#searchbox{
	position: relative;
	top: 0px;
    left: 0px;
    display: block;
	width: 270px;
	height: auto;
	max-height: 593px;
	margin: 0px 0px;
	padding: 0px 0px;
	background: #fff;
	border-radius: 2px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px solid #ccc;
	z-index: 1000;
    box-shadow: 0px 2px 2px rgba(0,0,0,.4); 
	 
}


.searchbox.small{
	position: relative;
	top: 0px;
	left: 0;
	display: block;
	width: 270px;
	height: auto;
	max-height: 200px;
	margin: 0px 0px;
	padding: 0px 0px;
	background: #fff;
	border-radius: 2px;
	overflow: auto;
	overflow-x: hidden;
	z-index: 1000;
	border: 1px solid #ccc;
}