.order-form{
  background: url('images/tour-calc-form-background.jpg') no-repeat center bottom;
  padding: 10px;
  /*background-color: #fffbee;*/
  background-color: #FDF7E5;
}
.order-form h2{
  font-size: 16px;
  color: #c00000;
}
.order-form.wedding{
  background: url('images/wedding-calc-form-background.jpg') no-repeat center bottom;
  background-color: #FDF7E5;
}

.order-form p, .order-form input, .order-form div, .order-form select, .order-form textarea{
  font-family: Myriad Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.order-form .field{
  float: left;
  width: 250px;
  margin-bottom: 30px;
  position: relative;
}

.order-form .field.wedding-type{
  margin-bottom: 15px;
}

.order-form .field .label, .order-form .field label{
  font-weight: bold;
}
.order-form .field select, .order-form .field input[type=text], .order-form .field textarea{
  border: 1px solid #f1c40f;
  padding: 3px;
  vertical-align: middle;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari and Chrome */
  border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.order-form .field img{
  vertical-align: middle;
}
.order-form .field ui-datepicker-trigger{
  cursor: pointer;
}
.order-form .field select{
  -webkit-appearance: none;
  background: url("images/dropdown-arrow.png") no-repeat right 10px center #fff;
  max-width: 220px;
  min-width: 100px;
}

.order-form .field input[type="radio"], .order-form .field input[type="checkbox"]{
  float: left;
}
.clear{
  clear: both;
}

.loading{
  background: url(images/spinner.gif) no-repeat center center !important;
}

.order-form .comment{
  float: right;
  width: 400px;
}
.order-form .children, .order-form .children-age{
  width: auto;
  margin-right: 20px;
}
.order-form .subscribe{
  padding-top: 20px;
}

.order-form .checkbox.custom input[type=checkbox] {
  display:none;
}

.order-form .checkbox.custom input[type=checkbox] + label {
  padding-left:30px;
  height:25px;
  display:inline-block;
  line-height:25px;
  background-repeat:no-repeat;
  background-position: 0 0;
  vertical-align:middle;
  cursor:pointer;

}

.order-form .checkbox.custom label {
  background-image:url(images/checkbox.png);
  /*background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_258edc68cab0976d40361330064d74a9.png);*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.order-form .checkbox.custom input[type=checkbox]:checked + label {
  background-image:url(images/checkbox-checked.png);
  /*background-position: 0 -25px;*/
}
.order-form .radio.custom input[type=radio] {
  display:none;
}

.order-form .radio.custom input[type=radio] + label {
  padding-left:30px;
  height:25px;
  display:inline-block;
  line-height:25px;
  background-repeat:no-repeat;
  background-position: 0 0;
  vertical-align:middle;
  cursor:pointer;

}

.order-form .radio.custom label {
  background-image:url(images/radio.png);
  /*background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_258edc68cab0976d40361330064d74a9.png);*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.order-form .radio.custom input[type=radio]:checked + label {
  background-image:url(images/radio-checked.png);
  /*background-position: 0 -25px;*/
}
.order-form .contact{
  height: 400px;
  margin-top: 30px;
}
.order-form .contact .field{
  margin-top: 50px;
  margin-bottom: 0;
}
.order-form .button{
  margin-top: 30px;
  float: left;
}
.order-form .button input[type=submit], .order-form .button button{
  color: #ffffff;
  font-size: 18px;
  /*background: url('../images/tour-calc-button.png') no-repeat;*/
  background: #3498db url(images/ui-bg_gloss-wave_60_3498db_500x100.png) 50% 50% repeat-x;
  border: none;
  width: 250px;
  height: 45px;
  font-weight: normal;
}
.order-form .button:hover input[type=submit], .order-form .button:hover button{
  background: #3498db url(images/ui-bg_gloss-wave_70_3498db_500x100.png) 50% 50% repeat-x;
}
.order-form .ui-state-highlight{
  position: absolute;
  left: 0;
  bottom: -25px;
  padding: 0 3px;
}
.order-form .result{
  padding: 15px 5px 5px 5px;
  background-color: rgba(255,255,255,0.4);
}
.order-form .error{
  padding: 25px 10px 10px 10px;
  float: right;
  width: 400px;
  color: red;
}

.tour-calc-float-button{
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 10;
  display: none;
}
.tour-calc-float-button .inner{
  width: 700px;
  margin: 0 auto;
}
.tour-calc-float-button a, .tour-calc-button a{
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  /* background: #3498db url(images/ui-bg_gloss-wave_60_3498db_500x100.png) 50% 50% repeat-x; */
  border: none;
  width: 250px;
  height: 45px;
  font-weight: normal;
  display: block;
  line-height: 45px;
  text-align: center;
  border-radius: 10px;
  background: #3498db url(images/ui-bg_gloss-wave_60_3498db_500x100.png) 50% 50% repeat-x;
  float: right;
  margin-right: 10px;
}
.tour-calc-float-button a:hover, .tour-calc-button a:hover{
  background: #3498db url(images/ui-bg_gloss-wave_70_3498db_500x100.png) 50% 50% repeat-x;
}
