#hotel_plugin 
{
  position: relative;
  width: 160px;
  border: 1px solid #fff;
  padding: 5px;
  font-family: sans-serif;
  top: 5px;
  left: 0;
  margin-left: 52px;
  background: #453324;
  color: #fff;
}

#hotel_plugin_date_field
{
  float: left;
  width: 93px;
 /* font-size: 1.1em;*/
}

#hotel_plugin_image
{
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}

.hotel_plugin_left
{
  float: left;
}

.hotel_plugin_label
{
  font-weight: bold;
  font-size: 0.7em;
}

#hotel_plugin_select
{
  font-weight: bold;
}

#hotel_plugin_button
{
  float: right;
  font-size: 1.2em;
  height: 25px;
  margin-top: 6px;
}

.hotel_plugin_clear
{
  clear: both;
}

