#container {
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('images/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	margin-left: -6em;
	margin-top: -7.4em;
	opacity: 0;
    z-index: 100;
    left:0px;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	background: url('images/button.png') left top no-repeat;
}