/*-----------ROUND CORNERS-------------*/
.t {background: url(/assets/templates/grandtravelguide/images/s_t.gif) 0 0 repeat-x;}
.b {background: url(/assets/templates/grandtravelguide/images/s_b.gif) 0 100% repeat-x}
.l {background: url(/assets/templates/grandtravelguide/images/s_l.gif) 0 0 repeat-y}
.r {background: url(/assets/templates/grandtravelguide/images/s_r.gif) 100% 0 repeat-y}
.bl {background: url(/assets/templates/grandtravelguide/images/c_lb.gif) 0 100% no-repeat}
.br {background: url(/assets/templates/grandtravelguide/images/c_rb.gif) 100% 100% no-repeat}
.tl {background: url(/assets/templates/grandtravelguide/images/c_lt.gif) 0 0 no-repeat}
.tr {background: url(/assets/templates/grandtravelguide/images/c_rt.gif) 100% 0 no-repeat; padding:10px}


/*-----------SEARCHBOX----------------*/
#searchboxInc {
  font: 14px/1.5 Arial, Helvetica, sans-serif;
  color: #00;
  width: 100%;

  display: inline-block;
}

#searchboxInc form {
  background: none;
  margin-bottom: 0;
}

#searchboxInc fieldset {
  border: 0;
  padding: 15px;
}

#searchboxInc h2 {
  font-size: 19px;
  margin: 0;
  color: #004a96;
}

#searchboxInc h3 {
  margin-bottom: 3px;
  position: static;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  padding-top: 10px;
}

.fieldError {
  border: 1px solid #F00;
}

.destinationSearch {
  width: 100%;
}

.defaultText {
  color: gray;
  font-style: italic;
}

.inout {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}
    .inout input{
     width:100%;
     padding-left: 5px;
    }
    .homein {
      width: 45%;
      float: left;
    }
    .homeout {
      width: 45%;
      float: right;
    }
    .calendar {
      background: #FFFFFF url(../images/button-calender.png) no-repeat scroll right center;
    }

.bt_search {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
}

.avail {
  float: left;
  font-size: 11px;
}

.but {
  float: right;
}

.but button {
  background-color: #2A598E;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  padding: 0.15em 0.75em;
  /*text-transform: uppercase;*/
  font: bold 12px/14px Arial, Helvetica, sans-serif;
}