	#panel_search {
		width:0;
		height:0;
	}
	
	/* Apply the border to the right side */
	#panel_search.yui-panel {
		border:none;
		overflow:visible;
		opacity:0.95;
		filter:alpha(opacity=95);
	}

	/* Style the close icon */
	#panel_search.yui-panel .container-close {
		position:absolute;
		top:5px;
		right:8px;
		height:21px;
		width:21px;
		background:url(../images/cross.png) no-repeat;
	}

	/* Style the header with its associated corners */
	#panel_search.yui-panel .hd {
		padding:0;
		border:none;
		background:url(../images/search_header.png) no-repeat center;
		color:#FFF;
		height:20px;
		width:185px;
		padding-left:0px;
		padding-right:0px;
		text-align:left;
		vertical-align:middle;
		overflow:visible;
	}

	/* Style the body with the left border */
	#panel_search.yui-panel .bd {
		overflow:hidden;
		padding:0 1px 1px 0;
		/*padding-top:0px;*/
		/*padding-left:1px;*/
		/*padding-right:1px;*/
		height:65px;
		width:181px;
		background:url(../images/search_body.png) no-repeat center;
		/*height:272px;*/
		border-left:1px solid #f7cc99;
		border-right:1px solid #f7cc99;
		background-color:#FFF;
	}

	/* Style the footer with the bottom corner images */
	#panel_search.yui-panel .ft {
		background:url(../images/search_footer.png) no-repeat;
		font-size:11px;
		height:12px;
		width:185px;
		padding:0px 0px;
		border:none;
	}

	/* Skin custom elements */
	#panel_search.yui-panel .hd span {
		line-height:30px;
		vertical-align:middle;
		font-weight:bold;
	}
