.offers_form input[type="button"] {
	border: 0;
	cursor: pointer;
	background: #006FCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	width: 100%;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 0;
}

thead {
  background-color: #0F1C3E;
  color: #fff;
  font-size: 12px;
}

tbody {
  
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 12px;
  /* letter-spacing: 1px; */
}


th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 2px 3px;
}

a.jqTransformCheckbox {
	background: transparent url(../../images/form-elements.png) no-repeat -10px -50px;
	vertical-align: top;
	height: 18px;
	width: 21px;
	display: inline-block;
	/* display: -moz-inline-block; */
	position: relative;
	bottom: 0px;
	margin-top: -2px;
	transition: none;
	-webkit-transition: none;
}

a.jqTransformCheckbox.jqTransformChecked {
	background-position: -9px -75px;
}
a.jqTransformChecked { background-position: -10px -4px;}

input[type=checkbox],
input[type=radio] {
	display:none;
}

.hotel-header {
	color: #0F1C3E;
	font-size: 14px;
}

.hotel-address {
	color: #0F1C3E;
	font-size: 12px;
	margin-top: 3px;
}

.hotel-room-price {
	margin-top: 5px;
}

