#searchzone{
	color:#84692e;
	position:relative;
	background:url(/images/bg06.gif) no-repeat bottom left;
	padding:2px 6px 0px 0px;
	float:right;
	width:164px;			
}
			#searchzone label{
				padding:0px;
				margin:0px;
			}
				#searchzone form {
					padding:3px 0px 0px 0px;
					margin:0px;
					color:#84692e;
					font-size:10px;
					font-weight:bold;
					text-align:left;
				}
						#searchzone form input {
							width:144px;
							height:23px;
							border:none;
							padding:3px 10px 0px 10px;
							background:url(/images/search01.gif) no-repeat;
							_background-attachment:fixed;
							overflow:hidden;
							color:#757575;
						}
						
						#searchbutton{display:none;}
							#searchzone input:focus, #searchzone .focus {
							}
							#searchzone a {
								z-index:4;
								background:url(/Images/search02.gif) no-repeat;
								_background-attachment:fixed;
								width:20px;
								height:19px;
								position:absolute;
								top:8px;
								right:8px;
							}
								#searchzone a:hover {
									background:url(/Images/search03.gif) no-repeat;
								}
