.wizard{
	width: 569px;
	height: 532px;
	float: left;
	margin: 2px 0 0 0;
	position: relative;
}

.wizard #bg1{
	width: 569px;
	height: 532px;
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	background: url(img/wizard.png) 0 0 no-repeat;
}

.wizard #bg2{
	width: 569px;
	height: 532px;
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	background: url(img/wizard2.png) 0 0 no-repeat;
	display: none;
}

.wizard input#quest{
	width: 180px;
	position: absolute;
	top: 443px;
	left: 200px;
	border: none;
	background: transparent;
	color: #333;
	z-index: 2;
}

.wizard a#ask{
	width: 100px;
	height: 60px;
	display: block;
	background: url(img/empty.gif);
	position: absolute;
	right: 40px;
	top: 430px;
	z-index: 2;	
}

.wizard #questionText{
	width: 167px;
	height: 56px;
	position: absolute;
	z-index: 2;
	top: 40px;
	right: 150px;
	font-family: Comic Sans MS;
	text-align: center;;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.wizard #answer{
	width: 120px;
	height: 60px;
	position: absolute;
	right: 145px;
	top: 310px;
	z-index: 2;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

table.latest{
	width: 560px;
	float: left;
	margin: 5px 0 5px 3px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	text-align: left;
	background: #eee;
}

table.latest td{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:5px;
}

table.latest td.date{
	width: 80px;
}

table.latest td.ans{
	width: 100px;
	font-weight: bold;
	color: #004B97
}

