/* Hotel CSS Document */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 15px 10px;
	padding: 0;
	}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 15px 30px;
	padding: 0;
	}
	
/* Form */
form {
	clear: both;
	margin: 0 120px 0 120px;
	padding: 1px 0 0 0;
	overflow: hidden;
	}
	
form h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #574343;
	margin: 10px 0 5px 0;
	padding: 0;
	}
	
fieldset {
	margin: 0;
	padding: 10px;
	border: 1px solid #FFECBF;
	border-top: 10px solid #FFECBF;
	background-color: #FFF9E9;
	}

legend {
	margin: 0;
	padding: 0;
	}
	
label {
	float: left;
	clear: left;
	width: 130px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	padding: 3px 4px 2px 2px;
	margin: 0 0 15px 0;
	}
	
label.error {
	font-style: italic;
	/* Add image */
	background: url(../images/form-error-white-matte.png) no-repeat 44px center;
	}
	
select {
	float: left;
	font-size: 1.2em;
	margin: 0 0 15px 5px;
	padding: 1px; /* Pad drop downs out slightly for Opera */
	border: 1px solid #476587;
	}
	
select.error {
	color: #fff;
	background-color: #E5684D;
	}	
	
input {
	float: left;
	font-size: 1.2em;
	margin: 1px 0 15px 5px;
	padding: 1px; /* Pad drop downs out slightly for Opera */
	border: 1px solid #476587;
	}
	
input.check-box {
	float: left;
	font-size: 1.2em;
	margin: 2px 0 14px 5px;
	padding: 1px; /* Pad drop downs out slightly for Opera */
	border: none;
	}

input.error {
	color: #fff;
	background-color: #E5684D;
	}

.form-button {
	float: none;
	background-color: #F4CA12;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	overflow: visible; /* browser padding fix */
	margin: 15px 0 30px 0;
	padding: 3px 5px;
	text-decoration: none;
	border-top: solid 2px #666;
	border-left: solid 2px #666;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
	position: relative;
	left: 150px;
	}
	
.text {
	margin: 15px 10px 30px 30px;
	padding: 0;
	}
	
.text p {
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.text p span.highlight {
	background-color: #FFECBF;
	padding: 0 2px;
	}

.text p.also {
	font-size: 1.1em;
	font-weight: bold;
	color: #78183C; 
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.text p a {
	color: #78183C;
	text-decoration: underline;
	}
	
.text p a:hover {
	text-decoration: none;
	}
	
	
ul#reasons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#reasons li {
	font-size: 1.1em;
	font-weight: normal;
	background: url(images/bullet.png) 0 0 no-repeat;
	margin: 0 0 7px 0;
	padding: 0 0 0 16px;
	}

a.quote {
	font-size: 1.1em;
	font-weight: bold;
	color: #994822;
	text-decoration: none;
	background: url(images/link-button-NEW.png) no-repeat center top;
	margin: 0;
	padding: 6px 13px 6px 13px; 
	}
a.quote:hover {
	text-decoration: underline;
	background-position: center -25px;
	}
	
/* Fix for IE7, position left issue (118px gap)
----------------------------------------------------------------------------------------------------------------------------*/
* + html .form-button {
	left: 32px;
	}
	
.form-button:hover {
	color: #fff;
	background-color: #78183C;
	}