@charset 'utf-8';

#ckwrapper {
	width:613px;
	height:389px;
	background:#ffffff;
}

#qbox_q {
	width:613px;
	height:389px;
	position:absolute;
	top:0;
	left:0;
}

.btn {
	width:117px;
	height:116px;
	float:left;
	background:#ccc;
	margin:40px;
	padding:10px;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}

#yes {
	position:relative;
	top:-230px;
	left:100px;
	background:url(../yes.gif) no-repeat;
}

#no {
	position:relative;
	top:-450px;
	left:100px;
	background:url(../no.gif) no-repeat;
}

#qbox_a {
	width:613px;
	height:389px;
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#more {
	width:167px;
	height:44px;
	position:relative;
	top:-120px;
	left:180px;
	background:url(../more.gif) no-repeat;
}

#retry {
	position:relative;
	top:-360px;
	left:400px;
	background:url(../retry.png) no-repeat;
}