/*======================================================================*\
|| #################################################################### ||
|| # Copyright (C) 2006-2009 Youjoomla.com. All Rights Reserved.        ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- THIS IS NOT FREE SOFTWARE ---------------- #      ||
|| # http://www.youjoomla.com | http://www.youjoomla.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/
#yj_booking {
	padding:10px 0;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	display:block;
}
#yj_booking .yjformfields {
	float:left;
	clear:right;
	display:block;
	overflow:hidden;
}
.clrs {
	clear:both;
	display:block;
	height:10px;
}
div.around {
	display:block;
	position:relative;
	border:1px solid #E8E8E8;
	margin:10px 5px 20px 5px;
	padding:10px;
}
div.around:after{
	display:table;
	content:'';
	clear:both;
}
div.around legend {
	position:absolute;
	top:-10px;
	left:10px;
	line-height:20px;
	margin:0;
	width:auto;
	max-width:auto;
	padding-left:5px;
	padding-right:5px;
}
legend.fieldset_title {
	border:1px solid #E8E8E8;
	background:#F2F1EF;
	color:#121212;
	font-size:11px;
}
#yj_booking fieldset {
	border:0;
	margin:0;
	padding:10px 0 0 0;
	height:80px;
}
#yj_booking fieldset.personal-data {
	height:212px;
}
div.yjformfields fieldset input,
div.yjformfields fieldset select,
div.yjformfields fieldset button,
div.yjformfields fieldset textarea {
	vertical-align: middle;
	font: normal 13px "Trebuchet MS", Arial, Verdana;
	border: solid 1px #E8E8E8;
	margin:0;
}
div.yjformfields fieldset label {
	font-weight:bold;
	clear:both;
	display:block;
	font-size:10px;
	margin:3px 0 0 0;
	padding:0;
}
div.yjformfields .floats {
	float:left;
	clear:none;
	display:block;
	width:49%;
	overflow:hidden;
}
div.yjformfields fieldset input,
div.yjformfields fieldset textarea {
	width:100%;
	padding:3px 0 3px 0;
	text-indent:5px;
	margin:0;
}
div.yjformfields fieldset.accommodation input {
	width:90%;
}
div.yjformfields fieldset.accommodation select {
	margin:0 5px 0 0!important;
	width:90%!important;
}
div.yjformfields fieldset textarea {
	height:93px;
	margin:10px 0 0 0;
}
/* buttons*/
.form_butt {
	clear:both;
	margin:0 auto;
	padding:0;
}
#reset_button,
div.submits {
	height:29px;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	float:left;
	display:block;
	overflow:hidden;
	line-height:31px;
	color:#fff;
	padding:0;
	margin:0;
	background:url(../images/submit.png)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/submit.png*/ no-repeat left top;
}
/* submit fake */
div.submits {
	width:130px;
	margin:0 5px 0 0;
	clear:right;
	position:relative;
}
#submit_button,
.submit_button_fake {
	width:130px;
	height:29px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	text-indent:0;
	z-index:1;
	cursor:pointer;
}
#submit_button {
	z-index:500;
	border:0;
	padding:0;
	margin:0;
	/* IE8 fix , needs background*/
	background:url(../images/blank.gif)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/blank.gif*/;
	-webkit-box-shadow:none!important;
	-khtml-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
}
/*reset*/
#reset_button {
	float:left;
	width:65px;
	background:url(../images/reset.png)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/reset.png*/ no-repeat left top;
}
#captcha_ver {
	width:71px;
	float:left;
	margin:20px 0 5px 0;
	padding:2px;
}
span.spamlabel {
	float:right;
	display:block;
	height:22px;
	line-height:22px;
	margin:20px 0 5px 0;
}
#destination_pack,
#type_of_room {
	margin-top:5px;
	width:auto;
}
.highv #destination_pack,
.highv #type_of_room{
	margin-top:0px;
}
/* responses*/
#yj_booking #send_responses {
	display:block;
	position:relative;
	clear:both;
	font-size:12px;
	text-align:center;
	height:0;
}
#response_info {
	display:block;
	overflow:hidden;
	position:relative;
}
.main_response {
	display:block;
	overflow:hidden;
	position:relative;
	padding:0 40px;
}
#yj_booking #send_responses.loading,
#yj_booking #send_responses.loadingerror,
#yj_booking #send_responses.loadingdone {
	background:url(../images/loading.gif)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/loading.gif*/ 5px 5px no-repeat;
	display:block;
	overflow:hidden;
	padding:5px;
	border:1px solid #E8E8E8;
	margin: 10px;
}
#yj_booking #send_responses.loadingerror {
	background:#FFF9EA url(../images/loadingerror.png)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/loadingerror.png*/ 5px 5px no-repeat;
	border:1px solid #FDBC00;
	font-weight:bold;
	color:#9E5303;
}
#yj_booking #send_responses.loadingerror p {
	margin:0;
	padding:0;
}
#yj_booking #send_responses.loadingdone {
	background:url(../images/loadingdone.png)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/loadingdone.png*/ 5px 5px no-repeat;
}
.yjdatepick {
	background:url(../images/yjdatepick.png)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/yjdatepick.png*/ no-repeat right center;
}
#close_system_msg {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	background:url(../images/close.png)/*tpa=http://www.maharajaofindia.co.uk/modules/mod_yj_booking/images/close.png*/ no-repeat left top;
	height:22px;
	width:22px;
	cursor:pointer;
}
.dest_link {
	font-weight:bold;
}
.customadvert {
	display:block;
	overflow:hidden;
	text-align:left;
}
.display-none {
	display: none;
}

#yj_booking *,
.datepicker_dashboard,
.datepicker_dashboard *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}