#search{
	color:#84692e;	
	}
			#search label{
				padding:0px;
				margin:0px;
			}
				#search form {
					position:relative;
					height:37px;
					float:right;
					padding:0px 0px 0px 7px;
					margin:0px 0px 1px 0px;
					color:#84692e;
					font-size:10px;
					font-weight:bold;
					text-align:left;
				}
						#search form input {
							width:136px;
							height:19px;
							border:none;
							padding:7px 10px 0px 70px;
							background:url(/images/search01.jpg) no-repeat;
							_background-attachment:fixed;
							overflow:hidden;
							color:#757575;
						}
						
						#searchbutton{display:none;}
							#search input:focus, #search .focus {
							}
							#search a {
								z-index:4;
								background:url(/images/search02.jpg) no-repeat;
								_background-attachment:fixed;
								width:18px;
								height:17px;
								position:absolute;
								top:6px;
								right:2px;
							}
								#search a:hover {
									background:url(/images/search03.jpg) no-repeat;
								}