.filter-date { margin-bottom: 1.5em; margin-top: 15px; }

.filter-date .filter-inputs { margin-bottom: 0.5em; }

.filter-date .filter-inputs div { display: inline-block; }
.filter-date .filter-inputs .name { width: 150px; }

.filter-date .filter-inputs input, .filter-date .filter-inputs select { font-size: 8pt;width: 160px; }
.filter-date .filter-inputs select { width: 165px; }

.filter-date .filter-inputs .filter-submit
{
	display: block;
	width: 63px;
	height: 18px;
	padding: 0;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/btn_search.gif);
}

.filter-date .error-message
{
	color: red;
	margin-bottom: 1em;
}
