@charset "utf-8";
/* CSS Document */
#Reservations{
	width:175px;
	/*height:239px;*/
	height:167px;
	
	background:url(reservation/box_reservation.gif) no-repeat top left;
	padding:55px 0 0 7px;
	margin-top:10px;
}
#Reservations select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	padding:1px;
	margin:0 0 20px 0;
	background-color:#f9f6ef;
	border:#d3c6a6 1px solid;
	height:19px;
}
#Reservations img{ border:none; }
#Reservations select.typeA {
	width:165px;
	display:block;	
	padding:2px
}
#Reservations select.typeB { width:43px; }
#Reservations select.typeC { width:52px; }
#Reservations select.typeD {
	width:55px;
	margin:0 10px 10px 0;
}
#Reservations select.typeE { width:40px; }
#Reservations .typeF { padding:3px 0; }

#Reservations .calendar img{ margin-bottom:-3px; }
#Reservations .link{
	display:block;
	margin-bottom:5px;

}
