#modFlexieventFilter {

  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  background-color:#ffffff;
  display: block;
  float: left;
  margin-bottom: -18px;
  padding: 10px 20px 20px;
  width: 82%;
}
#modFlexieventFilter  input,
#modFlexieventFilter  select {

  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 0 0;
  cursor: pointer;
  display: inline-block;
  font-style: inherit;
  line-height: 1.2;
  margin: 0 15px 0 0;
  outline: medium none;
  padding: 5px;

  margin-bottom:10px;
	max-width: 175px;
  width: 100%;
  }

select, input {}

#filter_event_period, #filter_event_category, #filter_event_archive, #filter_event_theme, #filter_event_place, #filter_event_country, #filter_event_city {
/*  margin: 0 15px 0px 0;
  max-width: 185px;
  width: 100%;*/
}
#filter_event_search {
  margin: 0 0px 15px 0;
  max-width: 175px;
  width: 90%!important;
}
.sidebar {
	margin-bottom: 20px;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#filter_event_search.default-value {
color: #ccc;
}