body{
        font-family: Verdana;
        font-size: 12px;
}

#scroll_table{
	background-color:#1F469D;
	overflow:auto;
	width:500px;
	height:360px;
	border-left:0px;
	border-bottom:0px;
	padding:2px;
	margin:0px;
}

#Q_HEADER{
	position:relative;
	float:left;
	display:inline;
	top:0px;
	left:20px;
	width: 800px;
	height:20px;
	margin-bottom:2px;
	font-family: Verdana;
        font-size: 12px;
        color:#FFFFFF;
}

.questions_row{
	position:relative;
	float:left;
	display:inline;
	top:0px;
	left:0px;
	width: 800px;
	height:50px;
	background-color:#4371DA;
	margin-bottom:2px;
}

.q_text{
	position:relative;
	float:left;
	display:inline;
	top:8px;
	left:10px;
	width: 350px;
	height:30px;
}
.q_answers{
	position:relative;
	float:left;
	display:inline;
	top:2px;
	left:10px;
	width: 70px;
	height:25px;
}
