#question-panel {  
	position: absolute;
	top: 255px;
	left: 184px;
	width: 330px;
	height: 150px;
	line-height: 13pt;
	z-index: 3;
}

#heading {
	position: absolute;
    font-size:17pt;
    color:#9795b1;
    line-height:16pt;
	top: 220px;
	left: 184px;
	width: 500px;
	height: 25px;
	z-index: 3;
}

#question {
    font-size:14pt;
    color:#9795b1;
    line-height:16pt;
}

p {
	margin-top:7px;
	margin-bottom:7px;
}

#answer-panel {
	position: absolute;
	left: 580px;
	top: 245px;
	width: 325px;
	font-size: 13pt;
	line-height: 15pt;
	z-index: 2;
}


#question-font {
	font-size: 10pt;
	line-height: 11pt;
	background-color: #edebf0;
    font-family:georgia,garamond,geneva,times;
    color:#4d4b4d;
	border: 0px solid white;
}