#onTopBox {
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:none;
	position: fixed;				
	background-color: #cccccc;
	color: #aaaaaa;
	opacity: .4;
	filter: alpha(opacity = 50);
}
#alertBox {
	z-index:999;
	width:500px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left: -250px;
	visibility:hidden;
	background:white;
	color:black;
	border:4px solid #9dacbf;
	text-align:center;
	font-family: sans-serif;
	box-shadow: 6px 6px #888888;
	padding: 0px 15px;
}
#confirmBox {
	z-index:999;
	width:500px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left: -250px;
	visibility:hidden;
	background:white;
	color:black;
	border:4px solid #9dacbf;
	text-align:center;
	font-family: sans-serif;
	box-shadow: 6px 6px #888888;
	padding: 0px 15px;
}
.btnbox {
	display: inline-block;
	padding: 6px 18px;
	margin: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	background-color: white;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 10px;
	border-color: #ccc;
	color: #4F6D1C;
}
.btnbox-message1 {
	color: black;
	background-color: #9dacbf;
}
a.btnbox-message1:hover {
	border-color: black;
}
.btnbox-message2 {
	color: black;
	background-color: #f1f1f1;
}
a.btnbox-message2:hover {
	border-color: black;
}
@media screen and (max-width: 599px) {
	.scr-box {
		width: 90%;
	}
}