body {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: .9em;
}
form, table {
	font-family: Verdana, Arial;
	font-size: .9em;
}
select {
	font-size: .9em;
	margin-top: 3px;
}
label {
	width: 80px;
}
label input {
	vertical-align: middle;
}
col {
	text-align: center;
	width: 6em;
}
col.question {
	padding-right: 4px;
	text-align: left;
	/*width: 28em;*/
	width: auto;
	padding-left: 4px;
}
col.questionNum {
	padding-left: 4px;
	text-align: left;
	width: 2em;
}
table.survey {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.survey#patient {
	width: auto;
	float:left;
	height:80px;
	margin-bottom: 10px;
	font-size: .9em;
}
table.statistics {
	text-align:  center;
}
table.instructions {
	width: 100%;
	border-collapse: collapse;
	border: none;
	background-color: #FFFFFF;
}
table {
	width: auto;
	border-collapse: collapse;
	border: 1px solid #7F7F7F;
	background-color: #FFFFFF;
}
th {
	padding: 3px 4px 3px 4px;
	background-color: #008080;
	color: white;
}
tr.subheader {
	background-color: #DDFFFF;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
tr.odd {
	background-color: #EEE;
}
td.statistics {
	padding-left: 18px;
	padding-right: 18px;
	border-right: 1px solid #ddd;
}
th.statistics {
	border-right: 1px solid #ddd;
}
h3 {
	text-align: left;
	margin-bottom: 20px;
}
a.logout {
	/*display: block;
	margin-top: 20px;*/
    float: right;
    margin-right: auto;
}
div.instructions {
	padding: 8px 16px 6px 16px;
	margin: 0px 10px 0px 0px;
	border: 1px #ccc solid;
	color: #444;
	float:right;
	text-align: left;
}
