/* bookingform */
#title_booking{font-family:Georgia, "Times New Roman", Times, serif;font-size:2.5em;padding-bottom:10px;color:#2C3739;}
.float{float:left;padding-right:10px;}
.both{clear:both;}
.calendar{float:left;padding-top:3px;}
.btn_book{width:95px;height:27px;background:url(../images/more.jpg) no-repeat;color:#FFFFFF;text-align:center;margin-top:25px;cursor:pointer;padding:4px 0;border:none;float:left;}
.option{float:left;padding:33px 0 0 15px;color:#BA1251;}
.padding{padding-top:10px;}
input{width:100px;margin-top:5px;border:solid 1px #A5ACB2;}
.label{padding:10px 0 2px 0;}
.option a{color:#BA1251;}
input.accesscode{width:100px;height:22px;background:url(../images/bg_input_iatacode.jpg) no-repeat;border:none;padding:0px 0 0 3px;}

/* Select Box */
div.selector {
	display: block;
	width: 50px;
	border: solid 1px #A1A09D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: url(/..images/bg.png) repeat-x left 12px;
	line-height: 15px;
	margin-top: 5px;
	/*margin-bottom: 10px;*/
	/*text-shadow: 0 1px 0 #fff;*/
	height: 15px;
	color: #444;
}

div.selector select {
	width: 45px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

div.selector span {
	position: absolute;
	left: 6px;
	top: 0px;
	font-size: 1.1em;
	padding: 0;
	display: block;
	padding-right: 20px;
	background: url(../images/select.gif) no-repeat right 60%;
	right: 0;
}

div.selector.focus span {
	left: 5px;
}

div.selector select {
	position: relative;
	font-size: 1.1em;
	padding: 0;
	line-height: 23px;
	border: 0;
	margin: 0;
	padding-right: 40px;
}