#search {
	position: relative;
	width: 100%;
}
#search-cl {
	width: 13px;
	height: 24px;
	background-image: url('img/input/input_cl.png');
	background-repeat: no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/input/input_cl.png,sizingMethod=scale);
}
#search-cr {
	width: 13px;
	height: 24px;
	background-image: url('img/input/input_cr.png');
	background-repeat: no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/input/input_cr.png,sizingMethod=scale);
}
#search-input {
	width:100%;
	height:24px;
	z-index:2;
}
#search-input div {
	background-image:url(img/input/input_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width:100%;
	height:24px;
}
#search-input span {
	position:absolute;
	width:13px;
	height:13px;
	top:6px;
	right:10px;
	background-image:url(img/input/input_lupa.gif);
	background-position: top right;
	background-repeat: no-repeat;
	cursor:pointer;
	z-index:3;
}
#search input {
	border:0px;
	font:12px Tahoma;
	color:#adadad;
	background:none;
	width:95%;
	height:22px;
	padding:4px 0px 0px 0px;
	position:relative;
}
#search input.btnsubmit {
	border:0px;
	font:12px Tahoma;
	color:#333;
	background-color:#cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width:100%;
	height:24px;
	padding:2px 0px 4px 0px;
	position:relative;
	cursor:pointer;
}
#search table {
	width:100%;
}
#search-cl-btn {
	width: 5px;
	height: 24px;
	background-image: url('img/input/input_cl_btn.gif');
	background-repeat: no-repeat;
}
#search-cr-btn {
	width: 5px;
	height: 24px;
	background-image: url('img/input/input_cr_btn.gif');
	background-repeat: no-repeat;
}
#search-input-btn {
	width:100%;
	height:24px;
	z-index:2;
}
#search-input-btn div {
	background-image:url(img/input/input_bg_btn.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width:100%;
	height:24px;
}
