
.checkbox, .radio {
	position:absolute;
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../image/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
	
}
.radio {
	background:url(../image/radio.png) no-repeat; float:left
}
.select {
	position: absolute;
	width: 139px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding: 6px 2px 0 8px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../image/passenger_drop.png) no-repeat;
	overflow: hidden;
	
}
.select1 {
	position: absolute;
	width: 78px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
	padding:3px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../image/time.png) no-repeat;
	overflow: hidden;
}
.select2 {
	position: absolute;
	width: 84px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding:0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../image/time.png) no-repeat;
	overflow: hidden;
}


label {
 font-family: 'TradeGothicRegular'; font-size:11px; color:#FFF; font-weight:bold;

}

