.block {
	border-style: outset; border-color: rgb(255, 224, 183) rgb(255, 224, 183) rgb(255, 224, 183) rgb(255, 203, 141);
}
.box_shadow {
	box-shadow: 5px 5px 7px 0px #666;
}
.box_round {
	border-radius: 4px;
}
.textShadow {
	text-shadow: 5px 5px 7px #666;
}
.modalDialog {
	background: rgba(0, 0, 0, 0.8); transition:opacity 400ms ease-in; left: 0px; top: 0px; right: 0px; bottom: 0px; font-family: Arial, Helvetica, sans-serif; position: fixed; z-index: 99999; opacity: 0; pointer-events: none; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in;
}
:target.modalDialog {
	opacity: 1; pointer-events: auto;
}
.modalDialog > div {
	background: rgb(255, 255, 255); margin: 10% auto; padding: 5px 20px 13px; border-radius: 10px; width: 400px; position: relative;
}
.close {
	background: rgb(96, 96, 97); border-radius: 12px; top: -10px; width: 24px; text-align: center; right: -12px; color: rgb(255, 255, 255); line-height: 25px; font-weight: bold; text-decoration: none; position: absolute; box-shadow: 1px 1px 3px #000; -webkit-border-radius: 12px; -moz-border-radius: 12px; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: rgb(0, 217, 255);
}
