#tb-reservation-form .reservation_steps{
	width: 400px;
	border: 1px solid #999;
	background: #ccc;
	margin: 2px auto;
	line-height: 1.4em;
}
#tb-reservation-form .reservation_step{
	/* clear: both; */
}

#tb-reservation-form .reservation_step .x-form-element{
	text-align: left;
}
#tb-reservation-form .reservation_step.on{
	background: #f3f3f3;
}
#tb-reservation-form .reservation_step.off{
	background: transparent;
}
#tb-reservation-form .reservation_step.on .step_number{
	color: #666;
}

#tb-reservation-form table.reservation_confirmation th{
	text-align: right;
	font-weight: bold;
}
#tb-reservation-form table.reservation_confirmation td{
	text-align: left;
}
#tb-reservation-form .step_number{
	width: 6%;
	overflow: hidden;
	color: #fff;
	float: left;
	font-family: Trebuchet MS, Georgia, Tahoma, Verdana, Arial, sans;
}
#tb-reservation-form .step_number .step_padding{
	font-size: 40px;
	line-height: 44px;
	padding: 4px 4px;
}
#tb-reservation-form .reservation_step.on .step_content{
	color: #000;
}
#tb-reservation-form .reservation_step.off .step_content{
	color: #fff;
}
#tb-reservation-form .content-wrap{
	text-align: center;
}
#tb-reservation-form .step_content{
	text-align: center;
	float: right;
	width: 93%;
}
#tb-reservation-form .step_content .step_padding{
	padding: 10px 10px;
}
#tb-reservation-form .step_content ul{
	text-align: left;
}

#tb-reservation-form .step_content li,
#tb-reservation-form .step_content li span{
	text-align: left;
}
#tb-reservation-form .step_content span{
	display: block;
	text-align: center;
}
#tb-reservation-form .step_content select{
	text-align: center;
}
#tb-reservation-form .step_clr{
	font-size: 1px;
	clear: both;
	height: 1px;
	line-height: 1px;
}
#tb-reservation-form .reservation_step .x-form-field-wrap{
	margin: 0px auto;
}
#tb-reservation-form .tb-confirmation td{
	padding: 1px 3px;
}
#tb-reservation-form .tb-confirmation th{
	font-weight: bold;
	text-align: right;
}
#tb-reservation-form .tb-reservation-success{
	background: transparent url(../img/bigcheck.gif) no-repeat 98% 2px;
}
body .x-form-field-wrap .x-form-minus-trigger{
	background-image:url(../img/trigger-minus.gif);
	cursor:pointer;
}
body .x-form-field-wrap .x-form-plus-trigger{
	background-image:url(../img/trigger-plus.gif);
	cursor:pointer;
}
#tb-reservation-form span.x-form-twin-triggers{
	display: inline;
}
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger-disabled{
	cursor: default !important;
	background-position: 0px 0px !important;
}

.x-date-middle {
    padding-top:2px;padding-bottom:2px;
    width:130px; /* FF3 */
} 

