td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea, select {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border: 1px solid #9c978e;
}

#content {
  overflow: auto;
  width: 319px;
  height: 403px;
  margin-top: 13px;
}

.menu_lvl2_container {
	color: #d1cfcb;
	margin-left: 8px;
}

.menu_lvl_2 {
	font-weight: bold;
	text-decoration: none;
}
.menu_lvl_2:link {
	color: #d1cfcb;
}
.menu_lvl_2:visited {
	color: #d1cfcb;
}
.menu_lvl_2:hover {
	color: #ffffff;
}
.menu_lvl_2_selected {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menu_lvl3_container {
	color: #d1cfcb;
	margin-left: 15px;
}
.menu_lvl_3 {
	text-decoration: none;
}
.menu_lvl_3:link {
	color: #e6e5e2;
}
.menu_lvl_3:visited {
	color: #e6e5e2;
}
.menu_lvl_3:hover {
	color: #ffffff;
}
.menu_lvl_3_selected {
	color: #ffffff;
	text-decoration: none;
}

.guest_row {
	padding-bottom: 10px;
}

.guest_input {
	width: 280px;
}

.guest_gender {
	width: 15px;
	text-align: center;
}

#guest_tableorder {
}

.guest_select {
	width: 280px;
}

.guest_check {
	border: 0px solid #fff;
}

.guest_textarea {
	width: 280px;
	height: 60px;
}

.guest_submit {
	border-color: #eae9e2;
	background-color: #9c978d;
	color: #fff;
}
