#booking_request {
	position: relative;
	z-index: 5000;
}
* html #booking_request {
	position: absolute;
	left: 0;
	top: 200px;
}
#booking_request fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
}
#booking_request legend {
	font-size: 150%;
	margin: 0 0 10px;
	padding: 0;
	color: black;
}
* html #booking_request legend {
	position: relative;
	left: -8px;
	top: -140px;
}
#booking_request div {
	margin: 10px 0;
	clear: left;
}
#booking_request div.submit {
	margin-left: 90px;
}
#booking_request label {
	float: left;
	width: 80px;
	margin-right: 10px;
}
#booking_request input.text, #booking_request textarea {
	width: 210px;
}
* html #booking_request input.text, * html #booking_request textarea {
	width: 190px;
}

* html #booking_request_fields {
	position: relative;
	top: -130px;
}

* html #booking_request_fields label, * html #booking_request_fields input.button {
	position: relative;
	top: -1px;
}
#booking_request_fields input.button {
	#position: relative;
	#left: 95px;
}

#booking_request input.ncalendar {
	width: 190px;
	position: relative;
	top: -6px;
}
#booking_request textarea {
	height: 100px;
}
#booking_request input.smalltext {
	width: 60px;
}

#calendar2 {
	border-color: #c5a59f;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-collapse: collapse;
	position: relative;
	left: 1px;
	margin-top: 20px;
}
#calendar2 td {
	border-color: #c5a59f;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
}
#calendar2 td div {
	font-size: 130%;
	font-weight: bold;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
#calendar2 td div a {
	color: white;
	text-decoration: none;
	display: block;
	background: url(../graphics/calendar/booked_event.gif) no-repeat;
}
#calendar2 td div.content {
	background: #e3d4d1;
}
#calendar2 td div.today a {

}
#calendar2 td.day {
	background: #36120b;
	color: white;
	padding: 4px 12px;
	height: auto;
	text-align: center;
	font-weight: bold;
}
#calendar2 tr.row {
	border-left: 1px solid #c5a59f;
}
#calendar2 th {
	background: #f1eae8;
	height: 40px;
	line-height: 40px;
	font-size: 140%;
}
#calendar2 th.topleft {
	background: #f1eae8 url(../graphics/calendar/topleft.gif) no-repeat;
	text-align: left;
	font-size: 100%;
}
#calendar2 th.topright {
	background: #f1eae8 url(../graphics/calendar/topright.gif) no-repeat top right;
	text-align: right;
	font-size: 100%;
}
#calendar2 th.topleft a {
	background: url(../graphics/calendar/prev.gif) no-repeat center center;
	padding-left: 15px;
	text-decoration: none;
	display: block;
}
#calendar2 th.topright a {
	background: url(../graphics/calendar/next.gif) no-repeat center center;
	padding-right: 15px;
	text-decoration: none;
	display: block;
}
#calendar2 p {
	margin: 0;
	font-size: 75%;
}

.booking_login {
	position: relative;
	left: -30px;
	#left: -20px;
}

* html .ie6_booking_fix {

}
* html p.bookedout {
	position: absolute;
	right: 445px;
	top: 400px;
}

#booking_cal {
	position: relative;
	top: -24px;
}
* html #booking_cal {
	position: absolute;
	right: 175px;
	top: 30px;
}
* html #booking_request input.ncalendar {
	width: 140px !important;
	position: relative;
}

* html div.booking_left {
	position: absolute;
	top: 50px;
	left: 20px;
}

#marae_bookings_body #content div.right { position: relative; left: -295px; #left: 0; }
