@charset "utf-8";
/* CSS Document */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.checkbox, .radio {
	width: 18px;
	height: 19px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	display:inline-block;
}
.radio {
	background:url(../img/busrent_page/bus_slice/img_radiobutton.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}
.busrenttitle{
	width:100%;
	color:#fff;
	text-transform:uppercase;
	float:none !important;
	margin:0;	
}
#busrental.busrenttitle{
	background:url(../img/busrent_page/bus_slice/bee-busrent_title.png) no-repeat left top;
	height:40px;
	margin-top:45px;
}
#inquirytitle.busrenttitle{
	background:url(../img/busrent_page/bus_slice/inquiryform_title.png) no-repeat left top;
	height:40px;
	margin-top:25px;
}

#rentmaininfo{
	width:100%;
	margin:15px 0;
	font-size:14px;
	font-family:museo_sans300;	
}
	#explain{
		float:right;
		width:760px;
		color:#433818;
		margin-bottom:40px;
		padding:7px 5px;
	}
	#beelogo-left{
		float:left;
	}
	.businfo{
		clear:both;
		margin:30px 0;
	}
		.bustype{
			width:305px;
			height:440px;
			float:left;
			margin-right:17px;
			position:relative;
		}
			.seat{
				position:absolute;
				top:-22px;
				right:7px;
				background:url(../img/busrent_page/bus_slice/icon_bubble.png) no-repeat;
				width:91px;
				height:35px;
				text-transform:capitalize;
				font-size:18px;
				font-family:museo_sans300;
				font-weight:300;
				color:#fff;
				padding:4px 10px 0;
			}
				.capacity{
					font-size:24px;
					font-family:museo_sans900;
				}
		.bustype.last{
			margin:0;
		}
		.busimage{
			width:100%;
			height:200px;
			display:block;
		}
		#buslink_gallery{
			width:953px;
			height:52px;
			background:url(../img/busrent_page/bus_slice/btn-gallery-bus.png) no-repeat left top;
			display:block;
		}
		#buslink_gallery:hover{
			background-position:left bottom;
		}
		#beedivider{
			background:url(../img/busrent_page/bus_slice/img_divider.png) no-repeat;
			width:951px;
			height:20px;
			margin:40px 0 0;
			clear:both;
		}
		.info-block{
			background:url(../img/busrent_page/bus_slice/box_busrentselection.png) no-repeat 0 0;
			width:320px;
			height:252px;
			padding-top:13px;
			margin-left:-7px;
		}
			.info-block .title{
				text-transform:uppercase;
				text-align:center;
				display:block;
				font-size:19px;
				margin:0 auto;
				font-family:museo_sans500;
			}
			.info-block li{
				color:#fff;
			}
			.info-block ul{
				padding-left:45px;
				margin-top:25px;
			}
	/*.cover{
		float:left;
		width:330px;
	}
		.cover img{
			width:99%;
			height:300px;
			display:block;
			border:3px solid #fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
	.maininfo{
		float:right;
		width:570px;
		padding:25px 20px;
		margin-left:10px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		background-color:#F6861F;
		position:relative;	
	}
		.logobuzz{
			width:115px;
			height:112px;
			position:absolute;
			right:-25px;
			top:-52px;
			background:url(../img/busrent_page/logobuzz.png) no-repeat left top;
		}
		.linebreaker{
			margin:10px 0 13px;
			width:100%;
			background:url(../img/busrent_page/linebreaker.png) repeat-x;
			height:3px;
		}
		.title{
			text-transform:uppercase;
			line-height:normal;
			margin:0;
			font-size:27px;
			width:500px;
			word-wrap:break-word;			
			text-shadow:none;
			float:none;
		}
		.maindesc{
			margin:0;
		}
		.linebreaker-v{
			width:152px;
			height:3px;
			transform:rotate(90deg);
			-moz-transform:rotate(90deg);
			-webkit-transform:rotate(90deg);
			-o-transform:rotate(90deg);
			-ms-transform:rotate(90deg);
			background:url(../img/busrent_page/linebreaker.png) repeat-x;
			margin:0 15px;
		}
		.services{
			width:48%;
			float:left;
			display:block;
		}
			.services .title{
				color:#fff;
				text-transform:uppercase;
				line-height:normal;
				margin:0;
				width:auto;
			}
			.services ul{
				margin:0;
				padding:0 0 0 19px;
			}
			.services ul li{
				list-style-image:url(../img/main_slice/bullet_list.gif);
				font-size:14px;
			}*/
#bookform{
	width:910px;
	margin:15px 0;
	padding:10px 20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:url(../img/busrent_page/bus_slice/formbg.png) repeat-x;
	position:relative;	
}
	.inquiry-form{
		float:right;
		width:616px;
		height:100%;
	}
	.colomnform{
		float:left;
		width:48%;
		margin-left:20px;
	}
	.colomnform:first-child{
		margin-left:0;
	}
		.fieldtitle{
			text-transform:capitalize;
			display:block;
			font-family:museo_sans500;
			font-size:12px;
			color:#f7922a;
		}
		textarea.formtext{
			resize:none;
			background:#fff;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			padding:7px 5px;
			width:285px;
			-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset;
			-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset;
			box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset;
		}
		.formtext{
			border:1px solid #FF0;			
		}
		input.submitform{
			clear:both;
			background:url(../img/busrent_page/bus_slice/btn_submit.png) no-repeat left top;
			width:617px;
			height:52px;
			display:block;
			margin-top:27px;
		}
		.select-viewfield{
			position:relative;
			width:100%;
			height:29px;
			margin-bottom:15px;
			background:url(../img/busrent_page/bus_slice/btn_formdropdown.png) no-repeat right top #fff;
			border:1px solid #ff0;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset;
			-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset;
			box-shadow:0 1px 2px rgba(0, 0, 0, 0.5) inset;
		}
		.select-viewfield:hover{
			background-position:right bottom;
		}
			.formselect{
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				filter: alpha(opacity=0);				
				opacity:0;
				zoom:1;
			}
			.book-display{
				width:100%;
				margin:3px 0 0;
				display:block;
				text-align:center;
				font-weight:bold;
				font-size:18px;
				text-transform:capitalize;
			}
		.bus-option{
			width:100%;
			color:#fff;
		}
			.bussize{
				display:inline-block;
				margin:0;
				text-align:left;
				font-family:museo_sans300i;
				font-size:10px;
			}			
			.bus-icon{
				display:block;
				margin-right:15px;
			}
		input.submitform:hover{
			background-position:left bottom
		}
	.inquiry-info{
		float:left;
		width:290px;
		height:100%;
		position:relative;
		font-family:museo_sans300;
		color:#fff;
	}
		.inquiry-info p{
			font-size:12px;
			width:270px;
		}
		#beeinfo{
			background:url(../img/busrent_page/bus_slice/formmascot.png) no-repeat;
			width:337px;			
			height:275px;
			position:absolute;
			bottom:30px;
			left:-43px;
		}
		