div.checker {
	height: 18px;
	width: 18px;
	overflow: hidden;
	border: solid 1px #ddd;
	background: #fff url(../images/bg.png) repeat-x left 10px;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
}

div.checker.focus {
	border-color: #999;
}

div.checker.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.checker span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.checker span.checked {
	background: url(../images/check.gif) no-repeat center center;
}

div.checker span input {
	position: absolute;
	opacity: 0;
}


/* Select Box */

div.selector {
	display: block;
	border: solid 1px #ddd;
	position: relative;
	background: url(../images/bg.png) repeat-x left 12px;
	line-height: 18px;
	margin-top: 0px;
	text-shadow: 0 1px 0 #fff;
	height: 18px;
	color: #444;
}

div.selector select {
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.selector.focus {
	border-color: #999;
}

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

div.selector.focus span {
	left: 5px;
	padding-bottom:0;
}

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

div.selector {
	border:1px solid #999;
	background: url(../images/bg_select_booking.jpg) repeat-x;	
}