.search_dropdownlist
{ 
  border: 1px solid #BBBBBB; 
}

#page label
{
  display: inline;
  float: left;
  font-weight: normal;
  text-align: left;
  min-width: 0px;
  margin: 5px;
  margin-top: 7px;  
}

.floatLeft
{
  float: left;
}

.span_custom
{
  width: 141px;
}

.search_margin
{
  margin: 5px;
  margin-left: 0px;
}

.span_accomodation_title
{
  width: 450px;
}

.button_margin
{
  margin-left: 14px;
}

#sidebar img {
  margin: 0 10px 3px 0;
}

#sidebar {
  font-family: "helvetica neue",arial,helvetica,sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  color: #444;
}

#sidebar a {
  color: #3D6DB5;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

.sidebar-item{
  border-bottom: #CCCCCC 1px solid;
  padding-bottom: 16px;
}


#checkAvailability{
  background-position: 100% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  padding: 8px 25px 10px 25px;
  text-decoration: none;
  background: -moz-linear-gradient(top, #62A9E3 0%, #5492C4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62A9E3), color-stop(100%,#5492C4));
  background: -webkit-linear-gradient(top, #62A9E3 0%,#5492C4 100%);
  background: linear-gradient(top, #62A9E3 0%, #5492C4 100%);
  border-radius: 4px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(0,0,0,0.2) inset;
  color: white;
  margin: 0 0 20px 0;
}