/* CSS Document */
.style1 {font-size: 12px}
.fsize1 {font-size: 9px}
.fsize2 {font-size: 10px}
.fsize3 {font-size: 12px}
.fsize4 {font-size: 14px}
.fsize5 {font-size: 16px}
.fsize6 {font-size: 18px}
.fsize7 {font-size: 24px}
.fsize8 {font-size: 36px}
body{
/* cursor:default;*/
}
body,td,th {
	font-size: 12px;
}
select{
cursor:default
}

.notesinput {
	font-family: "ËÎÌå";
	font-size:115%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #000000;
	width: auto;
	height: 16px;
}

.notestextarea {
	font-family: "ËÎÌå";
	font-size:115%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #000000;
	width: 320px;
	height: 120px;
}
.backcenterimg {
	background-repeat: no-repeat;
	background-position: center center;
}

.guest_note_text{color: #666666}

.back_img_repeat_x_top
{
background-repeat: repeat-x;
background-position: top;
}