#control_div {
	background-color:#EFEFEF;
	width:500px;	
	margin-left:auto;
	margin-right:auto;
	float:none;
	top:150px;
	left:250px;
	position:absolute;
	border:1px solid #757575;
	padding:12px;
	display:block;
	z-index:100;
}


.mainPanel
{
	background-image: url( "./images/backgrounddesign.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
}
BODY
{
	background-color: #000000;
}
.questionBox
{
	margin-top: 43px;
	margin-left: 43px;
	width: 725px;
	height: 85px;
	position:absolute;
	font-family: monospace;
	font-size: 24px;
}
#keywordTextArea {
	width:85%;
	border:none;
	background-color:#ffffff;
	margin-left:15px;
}
#questionTextLabel
{
	margin-top:40px;
	margin-left:0px;
	width:725px;
	height:20px;
	text-align:left;
	color:red;
	font-family:monospaced;
	font-size:12px;
}
.smallLabel
{
	text-align:left;
	color:red;
	font-family:monospaced;
	font-size:12px;
}
hr 
{
	width:90%;
}
select {
	background-color: #ffffff;
	border:0px;
	width:85%;
	margin-left:5px;
	font-family:monospaced;
}
input.btn {
	border:1px solid black;
	background-color: #ffffff;
	font-family:monospaced;
	margin-top:4px;
	margin-right:30px;
}
.textInput
{
	font-family:monospaced;
	border:0px;
	background-color:#FFFFFF;
	margin-left:5px;
	width:85%;
	margin-top:2px;
	
}


#questionTextArea
{
	background-image: url("./images/questionBoxBackground.jpg");
	background-repeat: no-repeat;
	border:none;
	font-size:16px;
	font-family:monospace;	
	margin-left:0px;
	margin-top:0px;
	width:725px;
	height:70px;
}
.answerText
{
	font-family:monospace;
	font-size:14px;
	text-align:left;
}
.answerBox
{
	position:absolute;
	margin-left:40px;
	height:85px;
	width:230px;
}
#answerPanel
{
	margin-left:40px;
	margin-top:40px;
	width:230px;
	height:400px;
	border:none;
	position:absolute;
	text-align:left;
}
#controlPanel
{
	margin-left:540px;
	margin-top:40px;
	width:230px;
	height:400px;
	border:none;
	position:absolute;
	text-align:left;
}

#answerBox1
{
	margin-top:180px;
}
#answerBox2
{
	margin-top:275px;
}
#answerBox3
{
	margin-top:370px;
}
#answerBox4
{
	margin-top:465px;
}

.buttons
{
	width:65px;
	height:65px;
	float:left;
	padding-right:6px;
	padding-bottom:2px;
	background-repeat:no-repeat;
}
#button1
{
	background-image:url( "./images/button1.gif");
}
#button1:hover
{
	background-image:url( "./images/button1on.gif");
}
#button2
{
	background-image:url( "./images/button2.gif");
}
#button2:hover
{
	background-image:url( "./images/button2on.gif");
}
#button3
{
	background-image:url( "./images/button3.gif");
}
#button3:hover
{
	background-image:url( "./images/button3on.gif");
}
#button4
{
	background-image:url( "./images/button4.gif");
}
#button4:hover
{
	background-image:url( "./images/button4on.gif");
}
#loadingDiv {
	visibility:visible;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	text-align:center;
}
#answerDivHolder {
	visibility:hidden;
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	text-align:center;
}
#answerDiv {
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	background-color:#eeeeee;
	border:3px double #bbbbbb;
	width:400px;
	height:300px;
}
#answerReportText {
	font-family:monospaced;
	font-size:18px;
}

