#page {
	width: 760px;
	border: 1px solid black;
}

input {
	float: left;
}

.cal {
	position:absolute; 
	#top: 20px;
	#left: 30px;
	width:270px; 
	margin-top: 10px;
	margin-left: 79px;
//	margin: 0 auto;
}


.yui-calendar {
	margin-left:40px;
}

.price {
	position:relative;
	float:left;
	margin-top: 69px;
	margin-left: -310px;
	#top: 15px;
	#left: 40px;
}

.pricelabel {
	text-align: left;
}

#title {
	height: 70px;
	width: 100%;
	background: url('images/colours.gif') no-repeat top left;
}

.k5 {
	display: inline;
	font-size: 10px;
}

.iah_logo {
	float: right;
	padding: 15px;
}

h1 {
	margin: 0;
}

h1.headline {
	padding: 20px;
}

#subtitle {
	background: #333;
	height: 35px;
}

#subtitle a {
	padding-left: 20px;
	padding-right: 40px;
	color: white;
}

#subtitle_links {
	float: left;
	padding-top: 8px;
	width: 500px;
}

#property_select_div {
	float: right;
	color: white;
	padding-top: 5px;
	padding-right: 10px;
}

#main_contents {
	margin-top: 5px;
	border: solid 1px silver;
}

#booking_details {
	margin-top: 20px;
	#margin-top: 90px;
	margin-right: 20px;
	float:right;
}

#booking_details label {
	font-weight: bold;
	display:block;
	float:left;
	margin:0pt 0pt 5px;
	padding:3px 5px;
	text-align:right;
	width:130px;
}

#booking_details form div {
	clear: both;
}

#pending {
	margin: 0px 25px 0px 25px;
	height: 26px;
	padding-top: 5px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

fieldset {
	border: none;
}

#instructions {
	margin-left: 20px;
}

#price_form {
	margin-left: 20px;
}

.date_label {
	text-align: center;
}

.week_label {
	text-align: center;
}

#buttons {
	padding-left: 138px;
}

#text {
	margin-left: 10px;
	width: 350px;
	float: left;
	text-align: left;
}

#key {
//	position: absolute;
//	top: 650px;
//	left: 100px;
	height: 50px;
	width: 200px;
	#top: 530px;
	#left: 650px;
}

.key_confirmed {
	background-color:#99CCFF;
	font-size: 13px;
	text-align: center;
	color: #0066CC;
	border: 1px solid #CCCCCC;
	width: 22px;
	height: 22px;
}