



.bg_tl {
	background: #dbdbdb url("../images/bg_tl.gif") no-repeat left top;
	width: 420px;
}
.bg_tr {
	background: transparent url("../images/bg_tr.gif") no-repeat right top;
}
.bg_bl {
	background: transparent url("../images/bg_bl.gif") no-repeat left bottom;
}
.bg_br {
	background: transparent url("../images/bg_br.gif") no-repeat right bottom;
}

form {
	padding: 10px 0px;
}

dl.bookingform {
	padding: 20px 0px;
}
dl.bookingform dt {
	margin: 0px 20px;
	line-height: 30px;
	
	color: #000000;
	font-weight: bold;
}
dl.bookingform dd {
	margin: 0px 20px;
	position: relative;
	height: 30px;
	line-height: 30px;
	
	color: #4d504d;
	font-weight: bold;
	clear: both;
}
dl.bookingform dd.info {
	height: auto;
	line-height: normal;
	
	color: #000000;
	font-weight: normal;
}
dl.bookingform dd div.error_box {
	position: absolute;
	top: 0px;
	left: 395px;
	
	width: 120px;
	height: 40px;
	
	padding: 5px 5px 5px 15px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	
	line-height: 12px;
	
	background: transparent url("../images/error_box.gif") no-repeat left top;
}
dl.bookingform dd input, dl.bookingform dd select, dl.bookingform dd .input {
	position: absolute;
	top: 0px;
	
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
dl.bookingform dd.checkbox {
	background: #bcbcbc;
	padding: 0px 6px;
}
dl.bookingform dd.checkbox input {
	top: 9px;
	right: 15px;
	cursor: pointer;
}
dl.bookingform dd select {
	width: 200px;
}
dl.bookingform div.option_details {
	display: none;
	position: relative;
	padding: 5px 0px;
}
dl.bookingform div.option_details li {
	margin-left: 20px;
}

dl.bookingform dd select, dl.bookingform .input {
	left: 150px;
}

dl.bookingform dd.radio {
	margin-left: 170px;
}

dl.bookingform dd.radio input {
	position: relative;
}


.green_button {
	width: 86px;
	height: 32px;
	left: 285px;
	
	color: #FFFFFF;
	font-weight: 600;
	font-size: 11px;
	
	border: none;
	background: transparent url("../images/green_button.gif") no-repeat center top;
	
	cursor: pointer;
}
.back_button {
	width: 56px;
	height: 32px;
	left: 150px;
	
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	
	border: none;
	background: transparent url("../images/back_button.gif") no-repeat center top;
	
	cursor: pointer;
}
.cal_button {
	border: none;
	background: transparent url("../images/cal_select.gif") no-repeat left center;
	
	cursor: pointer;
	
	padding: 5px 0px 0px 5px;
	height: 21px;
	width: 208px;
	
	left: 150px;
}
.number_input {
	border: none;
	background: transparent url("../images/number_input.gif") no-repeat left top;
	
	cursor: pointer;
	
	padding: 5px 0px 0px 5px;
	height: 21px;
	width: 44px;
	left: 150px;
}
.price {
	font-size: 18px;
}
.text_input {
	border: none;
	background: transparent url("../images/input.gif") no-repeat left top;
	left: 150px;
	
	cursor: pointer;
	
	padding: 5px 0px 0px 5px;
	height: 21px;
	width: 215px;
}








