
.hotel_amendment h1 {
	font-size: 20px;
}

.hotel_amendment input {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #28b1a4;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 16px 0;
	width: 88px;
}

hotel_amendment input.date {
    width: 70px;
	    margin: 0 0 13px 0;
}

hotel_amendment label {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #28b1a4;
	vertical-align: top;
}


.amendment-room-header {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.amendment-room-info {
	font-size: 14px;
	margin-left: 30px;
}

.amendment-trip-header {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.amendment-trip-info {
	font-size: 14px;
	margin-left: 30px;
}


.amendmentOptions {
	margin-top: 20px;
	margin-left: 30px;
	border-bottom: 1px solid black;
	padding-bottom: 20px;
}

.selectAmendmentType {
	margin-bottom: 10px;
}

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; */
	margin-right: 5px;
	transition: none;
	-webkit-transition: none;
	outline: none;
}

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

a.jqTransformChecked {
	background-position: -9px -2px
}

input[type=checkbox],
input[type=radio]{
	display: inline;
	width: 40px;
}

input[type="button"] {
	border: 0;
	cursor: pointer;
	background:#28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 17px 0;
	display: inline-block;
	padding: 8px 30px;
	float: left;
	margin-left: 30px;
}

input[type="button"].checkPriceOptionButton {
	border: 0;
	cursor: pointer;
	background:#28b1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
	margin: 0px;
	display: inline-block;
	padding: 3px 5px;
	float: left;
}

input[type="button"]:hover {
	background: #002a5c;
}

table {
	border-radius: 5px;
	border-collapse: separate;
	border: 1px solid rgb(140 140 140);
	border-spacing: 0;
}

td {
	border: 0px;
}

.trip-table {
  border-collapse: separate;
  border: 1px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 12px;
  min-width: 600px;
  margin-bottom: 20px;
  /* letter-spacing: 1px; */
}


.trip-table th,
td {
  border: 0px;
  padding: 2px 3px;
}
