
#find {
	position:relative;
	width:180px;
	margin:0;
	padding:0;
}

INPUT#txt {
width:95px;
height:16px !important;
height:16px;
margin-left:25px;
padding-left:5px;
font-size:12px;
color:#818080;
border:1px solid #818080;
}


body:not([dummy]) #txt {
height:16px !important;
font-size:12px;
}

html*#txt {

}

.findA {
	position:absolute;
	top:0px;
	left:130px;
	display:block;
	width:20px;
	height:20px;
}

.findB {
	position:absolute;
	top:0px;
	left:130px;
	display:block;
	width:20px;
	height:20px;
}


INPUT#btn {
vertical-align:top;
margin-top:0px !important;
margin-top/**/: 1px;
}

.fitem {
	margin-left:22px;
}
	
.fbtn { 
	width:18px;
	height:16px;
	background: url(../images/design/search_but.gif) left top no-repeat;
	vertical-align:bottom;
	cursor:hand;
	cursor: pointer;
}