/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container{
	width:800px;
}
.questioncontainer{
	background-color:#CCCCCC;
	color:#000;
}
.question{
	background-color:#009900;
	color:#FFFFFF;
	padding:2px;
}
.button{
	width:100px;
	height:25px;
	border:1px solid #CCCCCC;
	background-color:#eee;
}
.textarea{
	width:500px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textfield{
	width:270px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.shorttextfield{
	width:100px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
td{
	padding:2px;
}
th{
	padding:2px;
}
.head{
	color:#003366;
}
.light{
	background-color:#ddd;
	color:#000;
}
.dark{
	background-color:#ccc;
	color:#000;
}
