#mainContent .left-col {
  padding-bottom: 30px!important
}
.pkg-title {
  margin: 0 0 20px!important
}
.pkg-title h2 {
  border-bottom: none;
  font-size: 22px;
  margin-top: 5px;
  text-transform: none;
}
form {
  display: block;
  margin: 30px 0;
}
form input.checkbox {
  border: none
}
form table.choose {
  display: inline-block;
  margin: 5px 0;
}
form table.choose td {
  padding-right: 25px
}
form .placeholder {
  color: #999
}
form .verify-code {
  display: block;
  padding-top: 10px;
}
form .verify-code label.error {
  display: inline;
  margin-left: 10px;
  vertical-align: middle;
}
form .verify-code img {
  background: #333;
  margin: 0 10px;
  padding: 2px 10px;
}
form input.submit {
  background: #000;
  border: none;
  float: right;
}
form label.error {
  color: #e61b1b;
  display: block;
  font-size: 85%;
  font-style: italic;
  line-height: 17px;
  margin-left: 145px;
  text-align: left;
  width: 300px;
}
form input.error,
form textarea.error {
  border: 1px solid #e61b1b!important
}
form div.error {
  display: none
}
form fieldset {
  background: #0c0c0c;
  border: dotted #333 1px;
  margin: 20px 0 25px;
  padding: 0;
}
form fieldset legend {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin: 0 15px;
  padding: 0 5px;
  text-transform: capitalize;
}
textarea {
 background: #ccc;
  border: solid #999 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 5px; 
}
form input,
select{
  background: #ccc;
  border: solid #999 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 5px;
}
form input:focus {
  border: 1px dotted #0af
}
form label {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}
form label span {
  color: #e61b1b;
  font-size: 110%;
  font-weight: 700;
  margin-left: 5px;
}
form img {
  vertical-align: top
}
form ul {
  margin: 20px;
  padding: 0;
}
form ul li {
  clear: both;
  line-height: 30px;
  margin-bottom: 7px;
}
form i {
  background: #111;
  display: block;
  font-size: 12px;
  margin: 20px 0;
  padding: 15px;
}
.quote .verify-code img {
  margin: 0 10px 0 20px
}
ul.error-msg {
  background: #900;
  margin: 0 10px 30px;
  padding: 5px 15px;
}
ul.error-msg li {
  background: url(../images/list-bul-error.gif) left no-repeat;
  color: #fff;
  font-size: 90%;
  line-height: 25px;
  padding-left: 25px;
}
.contact form {
  margin: 0 10px
}
.contact form ul,
.reservation form {
  margin: 0
}
.quote ul.error-msg,
.reservation form fieldset {
  margin: 0 0 30px
}
.reservation form fieldset hr {
  border: dotted 1px #fff;
  margin: 15px 0;
}
.contact .rightContent {
  font-size: 17px;
  line-height: 22px;
  position: relative;
}
.contact .rightContent img {
  left: -5px;
  position: relative;
}
.contact .rightContent h4 {
  font-size: 15px;
  margin: 17px 0 0;
}
.reservation .policy {
  background: #F2E3E6;
  margin-bottom: 30px;
  padding: 20px;
}
.reservation .policy h4 {
  color: #C00;
  text-transform: uppercase;
}
.reservation .policy hr {
  background: #f8f8f8;
  border: 0;
  height: 1px;
  margin: 20px 0;
}
@media (max-width: 768px) {
form table.choose td {
    padding-right: 0;
    width: 50%;
    float: left;
  }
  form input{    
    margin: 8px 8px 0 0;
    float: left;
    width: auto;
  }
  select#timezone, select#budget {
    width: auto;
  }
  form label {
    float: left;
  }
}  

.btn-basic-blue {
  font-family: 'Muli', sans-serif;
  display: inline-block;
  line-height: 33px;
  height: 32px;
  padding:0 15px;
  background: #6bb8e4 url(../images/bg-btn.png) repeat-x center center;
  color: #fff;
  text-align: center;
  font-size: 110%;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 5px #000;
  -webkit-box-shadow: 1px 1px 5px #000;
  box-shadow: 1px 1px 5px #000;
  margin: 0;
  cursor: pointer;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  text-transform:uppercase
}

.btn-basic-blue:after{
  content:" ";
  display: inline-block;
	width: 0;
	height: 0;
  margin:2px 0 0 10px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eee;
}

.btn-basic-blue:hover {
  text-decoration: none;
  background-color: #338abb
}