#bg {
	background: #000000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 60);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}

#info {
	height: 0px;
	width: 0px;
	top: 50%;
	left: 50%;
	position: fixed;
	line-height: 1.7;
	z-index: 999999999;
}

#center {
	background: #fff;
	border: 1px solid #e74031;
	width: 370px;
	height: auto;
	position: absolute;
	margin: -50px -185px;
	border-radius: 2px;
	padding-bottom: 10px;
}

#center strong {
	display: block;
	padding: 2px 5px;
	background: #C43E3E;
	color: #fff;
	border-radius: 2px 2px 0 0;
}

#center p {
	padding: 20px 10px 15px 10px;
	text-align: center;
	color: #000;
	font-size: 14px;
}

#center .close {
	background: none repeat scroll 0 0 #e74031;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 80px;
	margin: 0 auto;
	float: inherit;
	opacity: 1;
	font-weight: inherit;
}

#center .close:hover {
	background: none repeat scroll 0 0 #C43E3E;
}

#yn {
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 80px;
}
#yn li{
	cursor:pointer;
}

#center .yes {
	background: none repeat scroll 0 0 #C43E3E;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-left: 70px;
	text-align: center;
	float: left;
	width: 80px;
}

#center li:hover {
	background: none repeat scroll 0 0 #C43E3E;
}

#center .no {
	background: none repeat scroll 0 0 #C43E3E;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-lef: 10px;
	text-align: center;
	width: 80px;
	margin-left: 200px;
	float: none;
}