#hotel_plugin 
{
  position: relative;
  width: 180px;
  border: 2px solid #fff;
  padding: 10px;
  font-family: sans-serif;
  top: 5px;
  left: 0;
  margin-left: 45px;
  background: #00304a;
  color: #fff;
}

#hotel_plugin_date_field
{
  float: left;
  width: 93px;
 /* font-size: 1.1em;*/
}

#hotel_plugin_image
{
  float: right;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
}

.hotel_plugin_left
{
  float: left;
}

.hotel_plugin_label
{
  font-weight: bold;
  font-size: 0.9em;
}

#hotel_plugin_select
{
  font-weight: bold;
}

#hotel_plugin_button
{
  float: right;
  font-size: 1.2em;
  height: 25px;
  margin-top: 12px;
}

.hotel_plugin_clear
{
  clear: both;
}

