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: 400px;
}
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.researchStart,
input.researchPrevious,
input.researchNext,
input.researchSend {
	width:               70px;
	height:              29px;
	margin:              0px;
	padding:             0px;
	border:              none;
	background-color:    Transparent;
	background-image:    url(/images/btnGreen.gif);
	background-repeat:   no-repeat;
	background-position: center center;
	color:               #FFF;
	line-height:         normal;
	font-size:           12px;
	font-weight:         bold;
	text-align:          center;
	vertical-align:      middle;
}*/
input.researchSend {
	background-image: url(/images/btnRed.gif);
}
h2.researchBlockHeader {
	color: #000;
}
h3.researchQuestionHeader {
	margin: 10px 0px 0px 0px;
	color:  #333;
}
