/**
 * basic
*/
form {
 display: inline;
}
input[type='image'] {
  outline: 0;
}
input.text {
  background: #fff;
  border: 1px solid #a6a5a9;
  font: 12px arial, sans-serif;
  padding: 2px 0 1px 3px;
}
select {
  background: #fff;
  font: 12px arial, sans-serif;
}

/**
 * header searchboxes
*/
#header .searchbox input {
  float: left;
}
#header .searchbox input.text {
  margin: 1px 10px 0 5px;
  width: 196px;
}
#header .searchbox select {
  float: left;
  margin: 1px 10px 0 5px;
  width: 200px;
}
#header .searchbox_wide select {
  width: 188px;
}
#header .searchbox_wide span.checkboxes .checkbox {
  float: left;
  margin: 1px 3px 0 0;
}
#header .searchbox_wide .img_submit {
  float: right;
  margin: 9px 9px 0 0;
}

/**
 * map block
*/
.map h2 input.text {
  width: 184px;
}
.map h2 select {
  width: 188px;
}

/**
 * page switch
*/
div.page_switch select {
  float: right;
  margin: 8px 16px 0 15px;
}

/**
 * hotel table
*/
/*
.table_filter h2 select {
  width: 188px;
}
*/













