div.filter div.advanced-filter {
	margin: 0 -10px -10px;
	background: #E9E9E9;
}
div.filter input {
	margin-bottom: 10px;
}
div.filter span.checkbox label {
	font-weight: bold;
}
div.filter span.checkbox input {
	margin-right: 5px;
}
div.filter .last {
	margin-bottom: 0;
}
span.date-select input.dummy-input {
	border: none;
	width:0;
	visibility: hidden;
}
span.date-select img.ui-datepicker-trigger {
	vertical-align: -5px;
	margin-left: 4px;
}
div.filter span.date-select select {
	margin-bottom: 5px;
	margin-right: 5px;
}
div.filter select.date-format-d { width: 60px; }
div.filter select.date-format-m { width: 116px; }
div.filter select.date-format-Y { width: 70px; }

div.filter div.footer-wrapper {
	background: #F6F6F6 url(img/block-footer-rounded.gif) right bottom no-repeat;
	margin: -11px -11px -15px -21px;
	z-index: 1;
	position: relative;
	height: 47px;
	padding: 0;
}
div.filter div.footer-wrapper div.footer {
	padding: 0;
	padding-left: 10px;
	background: transparent url(img/block-footer-left-pointed.gif) left bottom no-repeat;
	overflow: hidden;
	height: 47px;
	margin: 0;
}
div.filter div.footer-wrapper div.footer span.button-blue {
	background: transparent url(img/button-blue-pointed-filter.gif) right bottom no-repeat;
	height: 31px;
	margin-top: 9px;
	margin-right: 5px;
	padding-right: 5px;
}
div.filter div.footer-wrapper div.footer span.button-blue input {
	background: transparent url(img/button-blue-pointed-filter.gif) left bottom no-repeat;
	margin: 0;
	height: 31px;
	padding-bottom: 5px;
}
div.filter div.footer-wrapper div.footer span.button-white {
	background: transparent url(img/button-white-rounded.gif) right bottom no-repeat;
	height: 31px;
	margin-top: 9px;
	padding-right: 5px;
}
div.filter div.footer-wrapper div.footer span.button-white input {
	background: transparent url(img/button-white-rounded.gif) left bottom no-repeat;
	margin: 0;
	height: 31px;
	padding-bottom: 5px;
}
div.filter div.footer-wrapper div.footer span {
	width: 141px;
}
div.filter span#filter-loading {
	background:url("/css/dgvs/img/button-loading-s.gif") no-repeat scroll center center transparent;
	display:block;
	top:14px;
	width:19px;
	height:19px;
	left:104px;
	position:absolute;
	margin:0;
	padding:0;
}

