/*  originally from: contact_us.php and now used by book.php   */

.detail_pop_note {
	position: fixed;
	z-index: 600;
	font-family: "trebuchet MS", sans-serif;
	margin-left: 5%; 
	margin-right: 5%;
	top: 75px;
	padding: 20px; 
	BORDER: 5px solid #6a7faa;    
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.see_back {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}


#head_view, #head_faq, #head_impo {
	display: inline;
	font-family: "trebuchet MS", sans-serif;
	font-size: 24px;
	color: white;
	font-weight: bold;
	background: #4CB5F5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 99%;
}

#head_faq {
	margin-left: 5px;
	background: white;
	color: purple;
}

#head_impo {
	margin-right: 5px;
	background: red;
}
