.bookingcss fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(/images/booking/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

.bookingcss legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

.bookingcss fieldset ol
{
	list-style: none;
	zoom: 1;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}

.bookingcss fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.8em;
}
.summary {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}


.bookingcss label
{
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}

.offersSelect label
{
	position: relative;
	float: left;
	width: 500px;
	margin-right: 1em;
}

.bookingcss em
{
	display: block;
	font-size: 11px;
	color: #666666;
	margin-left: 133px;
}

.bookingcss label em
{
	display: block;
	color: #006600;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}

.textinput {
 width: 400px;
} 

.bookingcss fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
.bookingcss h2
{
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
	color: #FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.error {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#breadcrumbcontainer {
	margin-top:0px;
	margin-bottom:20px;
	padding: 4px 0px 24px 10px;
	background-image: url(/images/booking/bg.jpg);
	border:0px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#breadcrumbcontainer ul { padding: 0; margin: 0; list-style: none;}
#breadcrumbcontainer li { float: left; position: relative;}
#breadcrumbcontainer a  { color: #0643BB; text-decoration:underline; font:85% verdana;}
#breadcrumbcontainer .breadcrumb  { font:85% verdana; margin:2px 0 0 0; padding:0; color:#333;}
#breadcrumbcontainer .futurebreadcrumb  {
	margin:2px 0 0 0;
	padding:0;
	color:#999999;
	font-family: verdana;
	font-size: 85%;
}
#ytested { float: right; margin:0px 10px 0px 10px;}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; outline: none; }
.btn * { font-style: normal; background-image: url(/images/booking/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background: #2ae; }
.btn.green { background: #336666; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #FF9900; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(/images/booking/shade.png); background-position: bottom; }
