
	.search2 {
		padding:0px;
		margin:0px;
		left:530px;
		top:19px;
		position:absolute;
	}
	
	.search2 input {
		padding:0px;
		margin:0px;
		left:0px;
		top:0px;
		position:relative;
		display:inline;
		font-family:verdana,sans-serif;
		font-size:11px;
		width:120px;
		color:grey;
		border-width:0px;
		border-style:solid;
		border-color:red;
		background-color:transparent;
	}
	
	.menu_search {
		font-weight:bold;
		left:598px;
		top:42px;
		width:84px;
		height:20px;
		border:none;
		background:url(../images/site/menu_search.png) no-repeat;
		background-color:transparent;
		position:absolute;
		cursor:pointer;
		cursor:hand;
	}
	
	.menu_search_over {
		font-weight:bold;
		left:598px;
		top:42px;
		width:84px;
		height:20px;
		border:none;
		background:url(../images/site/menu_search_over.png) no-repeat;
		background-color:transparent;
		position:absolute;
		cursor:pointer;
		cursor:hand;
	}
	
	/* Apply the border to the right side */
	#panel_search.yui-panel {
		border:none;
		overflow:visible;
		opacity:0.9;
		filter:alpha(opacity=90);
	}

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

	/* Style the header with its associated corners */
	#panel_search.yui-panel .hd {
		padding:0;
		border:none;
		background:url(../images/site/search_top.png) no-repeat center;
		color:#FFF;
		height:15px;
		width:364px;
		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_search {
		overflow:hidden;
		padding-top:20px;
		padding-left:8px;
		padding-right:8px;
		height:528px;
		width:344px;
		/*height:272px;*/
		border-left:1px solid #dbcfcf;
		border-right:1px solid #dbcfcf;
		background-color:#FFF;
	}

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

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