/* Start of CMSMS style sheet 'BH Questionnaire' */
/* ----------------------------- Online Questionnaire Classes ---------------------- */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

table.quest {
	width: 650px;
	border-width: 2px;
	border-style: solid;
	border-color: #808;
	padding: 7px;
	border-top: 0px solid #808;
}

table.quest_no {
	color: #808;
	text-align: center;
	width: 650px;
	height: 37px;
	border: 2px solid #808;
	border-spacing: 0px;
	padding: 0;
	border-bottom: 0px solid #808;
}

div.quest_no {
	font-size: 16px;
	font-weight: bold;
}

td.number {
	text-align: center;
	background-color: white;
	width: 30px;
	height: auto;
	border: 2px solid #808;
	border-left: 0px solid;
	border-top: 0px solid;
}

.buttons {
	background-color: #fff9b1;
	color: #808;
	font-family: Verdana, Arial;
	font-weight: bold;
	border: 4px outset #fff9b1;
}

.buttons:hover {
	background-color: #C11523;
	color: white;
	font-family: Verdana, Arial;
	font-weight: bold;
	border: 4px inset #C11523;
}
/* End of 'BH Questionnaire' */

