.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	}
	
.searchform p {
	padding: 0;
	margin: 0;
	}
	
.searchform label {
	display: none;
	}

.searchform input.textbox { 
	width: 152px;
	color: #777; 
	border: 1px solid #E5E5E5;
	margin: 0 0 0 14px;
	padding: 3px 5px;

	/* Rounded Corners */
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	/* Inner Shadow */
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	}



#quickresults {
	display: none;
	margin-left: 775px;
	position: absolute;
	top: 60px;
	min-width: 280px;
	min-height: 50px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	z-index: 99999;
	}

.searchTitle {
	margin-bottom: 3px;
	font-weight: bold;
	margin-top: 10px;
	}
	
.searchBlock {
	width: 275px;
	}

.resultPanel{
	width:670px;
	height: 80px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	}

.resultPanel img {
	width: 50px;
	height: 50px;
	float: left;
	}

.resultPanel .text {
	float: right;
	width: 590px;
	margin-top: -4px;
	}	

.searchPanel {
	width: 270px;
	height: 55px;
	}
	
.searchBlock li {
	margin-bottom: -4px;
	}

.searchBlock li:hover {
	background-color: #EEE;
	}
	
.searchPanel img {
	width: 50px;
	height: 50px;
	float: left;
	}
	
#menu .text {
	height: 50px;
	width: 215px;
	padding-left: 5px;
	background-color: #FFF;
	margin-left: 50px;
	color: #333;
	}

.relevance {
	color: #999;
}



/************* NEW **************/
.search_form {
	margin-bottom: 0px;
	height: 33px;
	}	
#searchbox {
 	padding: 6px 40px 0 0;
 	text-align: right;
 	font-size: 10px;
 	color: #666;
	}

#search_results{	
	height: 350px;
	width: 480px;
	margin: 15px 0 5px 0;
	padding: 0 0 5px 0;

	border-bottom: 1px solid #CCC;
	overflow-y: auto;
	overflow-x: none;
	}



