span.checkbox 
{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio 
{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/img/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select2
{
	position: absolute;
	width: 60px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	padding: 3px 0px 0px 9px;
	color: #d4ecff;
	font: 11px arial,sans-serif;
	background-image: url(img/smallSelect.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

span.select
{
	position: absolute;
	width: 130px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	padding: 3px 0px 0px 9px;
	color: #d4ecff;
	font: 11px arial,sans-serif;
	background-image: url(img/largeSelect.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#booking
{
	background-image: url(img/booking.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 230px;
	line-height: 12px;
}

label
{
	margin-left: 2px;
	font-size: 11px;
	color: #0f4a77;
}
