/**
 * GexIT Droplist Filter
 * It is rewrite of Joshua Chan's Droplist Filter
 * (http://nihilex.com/droplist-filter)
 *
 * @autor Rafał Treffler, Gex IT
 * @link http://www.gexit.pl
 *
 */

/* Optgroup - searching string */
.droplistFilter_optgroup {
}

/* Main activation button */
.dfActivate {
	width: 18px;
	height: 18px;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-left: 5px !important;
	background-color: transparent !important;
	background-image: url("search.gif");
	background-repeat: no-repeat;
	vertical-align: middle;
	float: left;
}

/* Overall searchbox container */
.dfContainer {
    vertical-align: middle;
	float: left;
}

/* the INPUT textbox */
.dfText {
	float: left;
}

/* OK and Reset buttons */
.dfOK {
    border: 0 !important;
    vertical-align: middle !important;
	margin-left: 5px;
    width: 18px;
    height: 18px;
    background-image: url("searching.gif");
    background-repeat: no-repeat;
	float: left;
}
.dfReset {
    border: 0 !important;
    vertical-align: middle !important;
	margin-left: 5px;
    width: 14px;
    height: 18px;
    background-image: url("reset.gif");
    background-repeat: no-repeat;
    background-position: 0px 2px;
	float: left;
}
