
label.radio
{
	cursor:pointer;
}

form.search input[type="radio"]
{
	cursor:pointer;
}

form.search input[type="text"].date
{
	width:100px;
}

form.search label
{
	vertical-align:top;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:125px;
	margin-right:25px;
}

form.search
{
	margin-left:25px;
}

div.promo_note
{
	text-align:center;
	width:250px;
}

select[name="passengers"]
{
	width:100px;
}

form.search p.submit
{
	width:250px;
	text-align:center;
}

input[type="submit"]
{
	background: url("../img/item_background.png") repeat-x left top;
	color:white;
	font-weight:bold;
	padding: 5px 10px;
	cursor:pointer;
	border:none;
}
