@charset "UTF-8";


.question {
	position: absolute;
	display: inline;
	text-align: center;
	font-size: 11px;
	font-weight: bolder;
	background: url(/image/alpha/black_70.png);
	padding: 20px;
	margin-top: -20px;
	margin-left: 20px;
	opacity: 0;
	color: #fff;
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.question span {
	margin: 10px 5px 0 5px;
	cursor: pointer;
	display: block;
	width: 91px;
	height: 34px;
	text-indent: -9999px;
	}
	.question span.yes {
		background: url(/image/button.png) -1443px 0;
		float: left;
		}
	.question span.yes:hover {
		background: url(/image/button.png) -1443px -34px;
		}

	.question span.cancel {
		background: url(/image/button.png) -1534px 0;
		float: left;
		}
	.question span.cancel:hover {
		background: url(/image/button.png) -1534px -34px;
		}

