@charset "utf-8";
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
	display: block;
}

.modalDialog > div {
	width: 90%;
	position: relative;
	margin-top: 15%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 13px;
	border-radius: 10px;
	border: thick solid #A3DD5B;
	background: #fff;
	max-width: 400px;
}
.modalDialog > div h3 {
	margin-left: 15px;
	margin-top: 30px;
}
.close {
	background-color: #FFFFFF;
	/*color: #FFFFFF;*/
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 72px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-color: #1D96A5;
	border-style: solid;
	font-size: 0.9em;
}

.close:hover {
	background-color: #FFFFFF;
	border-color: #FD6600;
}
.leading {
	line-height: 30px;
}
audio {
	width: 300px;
}
.toolsDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: none;
}
.toolsDialog:target {
	opacity:1;
	pointer-events: auto;
	display: block;
}

.toolsDialog > div {
	width: 200px;
	position: relative;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 13px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #bbb);
	background: -webkit-linear-gradient(#fff, #bbb);
	background: -o-linear-gradient(#fff, #bbb);
}
.CleanDrainDispose {
	color: #E30003;
	font-size: 2.3em;
}
.checkMark {
	font-size: 2.5em;
	font-weight: bold;
}
ul li ol {
	font-size: 0.95em;
}

.SpecialPopUp2 {
	position: fixed;
/*	font-family: Arial, Helvetica, sans-serif;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 2;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: none;
}

.SpecialPopUp2_active {
	opacity: 1;
	pointer-events: auto;
	z-index: 3;
	display: block;
}

.SpecialPopUp2 > div {
	width: 90%;
	position: relative;
	margin-top: 15%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 13px;
	border-radius: 10px;
	border: thick solid #A3DD5B;
	background: #fff;
	max-width: 400px;
}

.SpecialPopUp2 > div h3 {
	margin-left: 15px;
	margin-top: 30px;
}

.close_special_popup {
	background-color: #FFFFFF;
	/*color: #FFFFFF;*/
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 72px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-color: #1D96A5;
	border-style: solid;
	font-size: 0.9em;
	cursor: pointer;
}

.close_special_popup:hover {
	background-color: #FFFFFF;
	border-color: #FD6600;
}

a.button, input[type="button"] {
	font-family: Arial,Helvetica,sans-serif;
	color: #008925;
	background-color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-color: #1D96A5;
	border-style: solid;
	font-size: 0.9em;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

a.button, input[type="submit"] {
	font-family: Arial,Helvetica,sans-serif;
	color: #008925;
	background-color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-color: #1D96A5;
	border-style: solid;
	font-size: 0.9em;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

a.button {
	padding: 5px;
}

.popup_continue {
	padding: 5px;
	background-color: #FFFFFF;
	/*color: #FFFFFF;*/
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-color: #1D96A5;
	border-style: solid;
	font-size: 0.9em;
	cursor: pointer;
}

.popup_continue:hover {
	background-color: #FFFFFF;
	border-color: #FD6600;
}
.center {
	text-align: center;	
}

.animationNote {
	color: #737373;
}
