.heading {
	color: #b17f3a;
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
}
.service {
	color: #db0505;
	padding-bottom: 5px;
	font-weight: bold;
}
.pricing_spacing {
	padding-right: 50px;
}
.indent {
	padding-right: 50px;
}
.padding {
	padding: 10px 50px;
}
#disclaimer {
	font-size: 10px;
	text-align: center;
}

/* Forms */
.form {
   width: 80%;
}
.form th {
   text-align: right;
   font-size: 12px;
   font-weight: bold;
   color: black;
   padding-left: 20px;
}
.form td {
   color: black;
}
.form .title {
   font-size: 14px;
   font-weight: bold;
   padding-left: 10px;
   text-align: left;
   color: black;
   height: 30px;
   border-top: 1px solid #b4803c;
   background-image: url(images/form-bg.gif);
   background-position: top;
   background-repeat: repeat-x;
}
.form .packages {
   padding: 0px 0px 15px 30px;
}
.form .italics {
   font-style: italic;
   font-size: 15px;
   font-family: "Times New Roman", Times, serif;
}
.form .textarea-booking {
   width: 400px;
   height: 125px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.form #mand {
   color: red;
}
.form #w75 {
   width: 75px;
}
.form #w50 {
   width: 50px;
}
.form #w110 {
   width: 110px;
}

