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

.filter-events .filter-inputs
{
	margin-bottom: 0.7em;
}

.filter-events .filter-inputs .inblock
{
	/*display: inline-block;*/
	float: left;
}
.filter-events .filter-inputs .name
{
	width: 150px;
}

.filter-events .filter-inputs input, .filter-events .filter-inputs select
{
	font-size: 8pt;
	width: 204px;
}

.filter-events .filter-inputs .date-input select { display: none; }
.filter-events .filter-inputs .date-input input {	width: 60px; }

.filter-events .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-events .error-message
{
	color: red;
	margin-bottom: 1em;
}
