p.directions {
	width: 500px;
}
div.progress {
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	line-height: 1.8em;
}
div.progress div.meter {
	width: 114px;
	height: 25px;
	background: transparent url('/images/meter.gif') no-repeat scroll 0 0;
}
div.progress div.meter_fill {
	height: 25px;
	border-right: 1px solid #ccc;
	width: 11px;
	margin-right: 102px;
	background: transparent url('/images/stripes.gif') no-repeat scroll 0 0;
}
div.progress div.one {
	width: 34px;
	margin-right: 79px;
}
div.progress div.two {
	width: 57px;
	margin-right: 56px;
}
div.progress div.three {
	width: 80px;
	margin-right: 33px;
}
div.progress div.four {
	width:	103px;
	margin-right: 10px;
}
div.progress div.later  {
	font-weight: normal;
}
div.questions {
	border: 1px dashed #999;
	background-color: #fffff0;
	padding: 5px 15px;
	font-size: 10pt;
	margin-bottom: 15px;
}
div.questions div.submit {
	margin: 20px 0 0;
}
div.question {
	margin: 6px 0;
}
div.question .question_header {
	margin-bottom: 5px;
	font-size: 14pt;
	font-weight: bold;
}
div.question .question_subheader {
	margin-top: 25px;
	font-size: 13pt;
}
div.question .question_table table {
	margin: 10px 20px;
}
div.question .question_table table th {
	font-weight: bold;
	font-size: 10pt;
}
div.question .help,
div.question .question_dropdown,
div.question .question_text {
	display: inline;
}
div.question .help {
	position: relative;
	top: 2px;
	padding-left: 5px;
}
div.question .options {
	padding: 8px 0 3px 12px;
}
div.question .options table {
	table-layout: fixed;
	width: 99%;
	margin: 0;
}
div.question .options table td {
	overflow: hidden;
}
div.question .inline {
	display: inline;
	padding: 0;
}
.noedit {
	border: 1px solid #ccc;
	color: black;
	background: white;
	font-family: monospace;
}
[disabled] {
	color: black;
	background: white;
	font-family: monospace;
}
