﻿.quoteform * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#quote-form select, #quote-form input, #quote-form .travelleragebox {
  padding: 5px;
}


#quote-form button {
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 16px;
  margin-top: 0;
  text-align: center;
  width: 100%;
  padding:10px;
    border-color:#d35002;
        color:#ffffff;

    background: #f6911e;
background: -moz-linear-gradient(top, #f6911e 0%, #f16327 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6911e), color-stop(100%, #f16327));
background: -webkit-linear-gradient(top, #f6911e 0%, #f16327 100%);
background: -o-linear-gradient(top, #f6911e 0%, #f16327 100%);
background: -ms-linear-gradient(top, #f6911e 0%, #f16327 100%);
background: linear-gradient(to bottom, #f6911e 0%, #f16327 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6911e', endColorstr='#f16327', GradientType=0 );
border-radius:5px;
}

#quote-form button:hover {
  background-position: 0;
  


background: #f16327;
background: -moz-linear-gradient(top, #f16327 0%, #f6911e 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #f16327), color-stop(100%, #f6911e));
background: -webkit-linear-gradient(top, #f16327 0%, #f6911e 100%);
background: -o-linear-gradient(top, #f16327 0%, #f6911e 100%);
background: -ms-linear-gradient(top, #f16327 0%, #f6911e 100%);
background: linear-gradient(to bottom, #f16327 0%, #f6911e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16327', endColorstr='#f6911e', GradientType=0 );
}

.quoteform .error {
  background: #ffffcc none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  padding: 1px 5px;
}

#quote-form label {
  cursor: default;
}

#quote-form .travelleragebox {
  float: none;
  width: 100%;
}

#quote-form select {
  border: 1px solid #9f9f9f;
}
