.input_field_error {
  border: 2px solid #faa61a !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#credit_card_icons {
  display: block;
  clear: both;
}

#credit_card_icons img {
  margin: 0px;
  margin-right: 5px;
}

#cc_submit {
  float: left;
  margin-right: 10px;
}

.rules {
  padding-top: 10px;
  font-size: 12px;
}

a:link,
a:visited {
  color:#0099AC;
}
a:hover,
a:active {
  color:#666;
}

.new_search, .print {
  float: left;
  padding-top: 10px;
}

.new_search {
  margin-right: 10px;
}

.new_search .btn {
  width: 200px;
}

.print .btn {
  width: 100px;
}

.new_search .btn, .print .btn {
  color: #fff;
}

#whats-this {
  padding-left: 5px;
  font-size: 11px;
}

.room_image_gallery {
  width: 700px;
  height: 400px;
  background: #000;
}

.room_thumbnail {
  cursor: pointer;
}

.warn {
  background: #FCFACF;
  border: none;
  border-bottom: 1px solid #CDECED;
  display: block;
  padding: 5px;
  font-size: 14px;
}

.warn span {
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  #checkout-adds li {
    float: none !important;
  }
}

