#hotelform td{
	padding:2px 3px 2px 5px;
	font-family:verdana, helvetica, san-serif;
	font-size:11px;
}
#hotelform thead td{
	border:solid 1px #000000;
	padding:2px 5px;
	text-align:center;
	font-weight:bold;
}
#hotelform select, #hotelform input{
	font-size:11px;
}
#hotelform select#nights, #hotelform select#rooms{
	width:45px;
}
#hotelform input.submit{
	width:120px;
	cursor:hand;
}
