div.research,
div.researchBlock,
div.questions {
	position: relative;
	width:    100%;
}
div.questions {
	border-bottom: 1px solid #EEE;
}
table.scaleQuestion {
	position: relative;
	width:    100%;
	border:   1px solid #EEE;
}
table.scaleQuestion thead,
table.scaleQuestion tbody {
	position: relative;
}
table.scaleQuestion th,
table.scaleQuestion td {
	position: relative;
	padding:  4px;
}
td.scaleQestionOption {
	position:  relative;
	text-align: center;
}
table.navigationButtons {
	width: 100%;
}
table.navigationButtons td {
	padding: 20px 0px 10px 0px;
}
div.researchProgress {
	padding:     10px;
	text-align:  center;
	font-size:   12px;
	font-weight: bold;
}
input.textInput,
textarea.textInput {
	width: 400px;
}
input.researchSend {
	background-image: url(/images/btnRed.gif);
}
h2.researchBlockHeader {
	color: #000;
}
h3.researchQuestionHeader {
	margin: 10px 0px 5px 0px;
	color:  #333;
}
