body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
	font-size: small;
	background-color: white;
}

#box-form {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

.qcontainer {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #99cc99;
	border-bottom-style: solid;
}

.q {
	font-weight: bold;
	margin-bottom: 10px;
}

.qoptions {
	margin-bottom: 10px;
}

.required {
	font-weight: bold;
	color: #cc0000;
}

