.filter-date
{
	margin-bottom: 3em;
}

.filter-date .filter-inputs select
{
	display: none;
}

.filter-date .filter-inputs input
{
	height: 15px;
	font-size: 8pt;
}

.filter-date .filter-inputs .filter-submit
{
	margin-left: 20px;
	/*display: block;*/
	width: 65px;
	height: 19px;
	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_view.gif);
}

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