@CHARSET "ISO-8859-1";

form * {
	color: #534B24;
	font-size: 14px;
}


.BookingLeftPart {
	vertical-align: top;
	display: inline-block;
	width: 50%;
}

.BookingRightPart {
	vertical-align: top;
	display: inline-block;
	width: 50%;
}

.Price {
	display: inline-block;
	width: 100px;
	text-align: right;
}

form p {
	font-size: 12px;
	margin-bottom: 6px;
}

form h3 {
	font-size: 16px;
}

form div.Title {
	font-size: 14px;
	font-weight: bold;
}

.rts-CheckBox label {
	padding-left: 5px;
}

form .Title label.PriceLabel {
	text-align: right;
	width: 270px;
}

form #notes {
	width: 100%;
}

form div.Section {
	margin-top: 10px;
	margin-bottom: 20px;
}


.rts-CheckBox label {
	padding-left: 5px;
}

form label.rts-Label {
	width: 295px;
}

form>div input, form select {
	width: 200px;
}

.Message {
	color: black;
	text-align: center;
}

form {
	background: yellow;
}

.ContactUs {
	background: #CDAE00;
	padding: 20px;
}