
/* Answer box */
#answer{
	
	width:300px; 
	border:1px solid #b2b2b2;
	background: #fff;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	z-index: 20;
	padding:10px;
	position:relative;
}




/* Loading */
#loading{
	width:280px; 
	height:100px;
	margin: 120px 0 0 180px; 
	color: #888888;
	background-color: transparent;
	font-weight: normal;
}


/* oracle answer */
#oracle_answer{
	padding: 10px;
}


/* Description */
#description{
	font-family:Arial, Helvetica, sans-serif;
	width:390px;
	text-align:center;
	font-size:11px;
	margin-bottom:15px;
	color:#444;
	}

/* Questions Top */
#questions_top{
	width:390px;
	height:29px;
	background: url(../images/questions_top.gif) top center no-repeat;
	}

/* Questions Bottom */
#questions_bottom{
	width:390px;
	height:26px;
	background: url(../images/questions_bottom.gif) top center no-repeat;
	}

/* Questions Box */
#questions_box{
	position:relative;
	width:356px;
	height:130px;	/* Height of the question box*/
	margin:15px auto;
	overflow: hidden;
}

/* Questions */
#questions{
	position:absolute;
	width:320px;
	color:#444;
	font-size:11px;
	text-align:center;
	margin-left:18px;
	}
		#questions ul{
		margin:0;
		padding:0;
		list-style:none;
		}
		#questions li{
		margin-bottom:10px;
		}
		#questions li a{
		color:#777;
		font-weight:bold;
		text-decoration:none;
		}
		#questions li a:hover{
		color:#000;
		}

/* Close */
#close a{
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	width:8px;
	height:8px;
	background-image: url(../images/closesmall.gif);
	background-repeat: no-repeat;
}		
#close a:hover{
	background-image: url(../images/closesmall.gif);
}

#loaded{
background: #fff;	
}

