.questions input { vertical-align: middle; }
.questions label { cursor: pointer; }

/* Basic info */
.questions ol label {
	width: 17em;
	float: left;
	display: block;
	font-weight: bold;
}

.questions ol li {
	clear: left;
	padding: 0.3em 0;
}
.questions ol { margin-bottom: 1em; }
.questions ol li input { width: 20em; }

/* Table */
.questions table {
	border-left: solid 1px #8DCEF1;
	border-top: solid 1px #8DCEF1;
	margin-bottom: 2em;
}

.questions table th[scope=row] { text-align: right; }
.questions table th {
	background-color: #DEE8F5;
	color: #5C8CCD;
	border-right: solid 1px #8DCEF1;
	border-bottom: solid 1px #8DCEF1;
	padding: 0.1em 0.6em;
}

.questions table td {
	border-right: solid 1px #D0D0D0;
	border-bottom: solid 1px #D0D0D0;
	padding: 0.5em 0.6em;
	text-align: center;
	background-color: #F0F0F0;
}

/* Further questions */
.questions fieldset {
	margin-bottom: 1em;
	padding: 0.2em 1em 0.8em 0.5em;
}

.questions fieldset legend {
	font-weight: bold;
}

.questions label.block {
	display: block;
	margin-top: 0.8em;
}

.questions fieldset textarea {
	width: 100%;
	height: 6em;
}
* html .questions fieldset textarea { width: 28em; }

.questions fieldset input { margin-right: 0.7em; }

.questions button {
	background-color: #5C8CCD;
	border: solid 1px #81A8D8;
	color: #FFF;
	font: 1em Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	padding: 0.3em; margin-right: 1em;
}