table#price {
	border-collapse: collapse;
	margin-top :2px;
}
.notes_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}	
table#price td {
	padding			: 4px;
	border			: 1px solid #aaa;
	text-align		: left;
}
table#price td.early {
	background-color: #FFFFCC;
}
table#price td.morning {
	background-color: #FFEDA4;
}
table#price td.nap {
	background-color: #FFD697;
}
table#price td.way {
	background-color: #DDE8FF;
}
table#price td.midnight {
	background-color: #E1FFFF;
}
table#price td.day {
	background-color: #E1FFC4;
}
table#price td.extension {
	background-color: #efefef;
}

h3.title {
	font-size=		: 14px;
	margin-top		: 4px;
	margin-bottom	: 4px;
	background		: #E6E6E6;
	padding			: 4px;
}
.notes {
	margin-top : 0px;
}
.room_select_head {
	margin : 2px 0px 0px 0px;
	padding : 4px;
	background-color:#DCE1E7;
}
.room_select_body {
	margin : 0px;
	padding : 4px;
}
.room_select_body img {
	margin-left : 1px;
}
.class_box {
	margin-left : 30px;
}

