/*
@font-face {
	font-family: 'belleza-regular';
	src: url('assets/font/belleza/Belleza-Regular.ttf');
}
@font-face {
	font-family: 'linden-hill';
	src: url('assets/font/linden-hill/LindenHill.otf');
}
@font-face {
	font-family: 'linden-hill-italic';
	src: url('assets/font/linden-hill/LindenHill-Italic.otf');
}
*/
/*@font-face {
font-family: 'gotfontbook';
	src: url('assets/fontold/muli/Muli.ttf');
}
@font-face {
font-family: 'gotfontbold';
	src: url('assets/fontold/muli/Muli-Bold.ttf');
}
@font-face {
font-family: 'gotfontlight';
	src: url('assets/fontold/muli/Muli-Light.ttf');
}*/



/********************************************** FontGotham-en */
.FontGotham-en {
	font-family: 'gotfontbook', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
	color:rgb(30,30,30);
	text-decoration:none;
	-webkit-text-size-adjust:none;
}
/********************************************** FontGotham-cn */
.FontGotham-cn {
	font-family: 'gotfontbook', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
	color:rgb(30,30,30);
	text-decoration:none;
	-webkit-text-size-adjust:none;
}



/********************************************** FontNumber */
.FontNumber {
	font-family: serif;
}



/********************************************** ReservationSelect */
.ReservationSelect select {
	border-style:none;
	border-width:0px;
	border-color:rgb(255,255,255);
	
	width:212px;
	height:42px;
	
	font-family: 'gotfontbook', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:rgb(18,18,18);
	line-height:42px;
	letter-spacing:0px;
	text-align:left;

	padding:0px 10px;
	
	/*-webkit-appearance: none;*/
}



/********************************************** ReservationDateInput */
input.ReservationDateInput {
	border-style:none;
	border-width:0px;
	border-color:rgb(219,219,219);
	
	width:197px;
	height:42px;

	outline:none;
	
	font-family: 'gotfontbook', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:rgb(120,120,120);
	line-height:42px;
	letter-spacing:1px;
	text-align:left;

	margin:0px;
	padding:0px 0px 0px 14px;

	background-color:transparent;
}


input.ReservationDateInputForm {
	border-style:none;
	border-width:1px;
	border-color:rgb(219,219,219);
	
	width:246px;
	height:28px;

	outline:none;
	
	font-family: 'gotfontbook', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:rgb(120,120,120);
	line-height:42px;
	letter-spacing:1px;
	text-align:left;

	margin:0px;
	padding:0px 0px 0px 14px;

	background-color:transparent;
}



/******************************************************************************************************/
/* **************************************************************************************** DebugFont */
.DebugFont {
	font-family: sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
	color:rgb(255,255,255);
	text-decoration:none;
	-webkit-text-size-adjust:none;
}
/* **************************************************************************************** DebugFont */
/******************************************************************************************************/