.sInstance {
	margin: auto;
	padding: 0 10px 10px 10px;
	clear: both;
	overflow: auto;
	max-width:600px;
}

.sInstance .pageCell {
	background: #FFF;
	padding: 0;
	margin-top: 15px;
	border-color:#FFF;
}


.siQuestionNumber {
	background: none;
	border: 0px solid #DDDDDD;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	text-align: right;
	top: 0;
	left:-6px;
	width:25px;
}


.siQuestionBody {
	position: relative;
	margin: 0 5px 5px;
	overflow:hidden;
	text-indent:24px;
}

.siQuestionBody p {
	margin-top:0;
}

.siQuestionBody span {
}

.siAnswer {
	cursor:pointer;
	display:block;
	height:13px;
	line-height:11px;
	margin:0 5px 0 2px;
	padding:6px 4px 4px 27px;
	position:relative;
}
.answersMatrix .siAnswer {
	padding:4px;
	margin:auto;
}

.siAnswer:hover {
	background-color: #ECF4FE;
	text-decoration: none;
}

.siAnswer:hover span {
	text-decoration: underline;
}
.siAnswerCheckOn {
	background-image: url(../img/check.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}
.answersMatrix .siAnswerCheckOn {
	background-position: center 2px;
}

.siAnswerHoverCheckOn {
	background-image: url(../img/check.gif);
	background-position: left -61px;
	background-repeat: no-repeat;
}
.answersMatrix .siAnswerHoverCheckOn {
	background-position: center -61px;
}

.siAnswerCheckOff {
	background-image: url(../img/check.gif);
	background-position: left -117px;
	background-repeat: no-repeat;
}
.answersMatrix .siAnswerCheckOff {
	background-position: center -117px;
}

.siAnswerRadioOn {
	background-image: url(../img/radio.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}
.answersMatrix .siAnswerRadioOn {
	background-position: center 2px;
}

.siAnswerHoverRadioOn {
	background-image: url(../img/radio.gif);
	background-position: left -58px;
	background-repeat: no-repeat;
}
.answersMatrix .siAnswerHoverRadioOn {
	background-position: center -58px;
}

.siAnswerRadioOff {
	background-image: url(../img/radio.gif);
	background-position: left -119px; 
	background-repeat: no-repeat;
}
.answersMatrix .siAnswerRadioOff {
	background-position: center -119px;
}
.qRequired {
	display: block;
	font-size: 26px;
	height: 16px;
	line-height: 22px;
	overflow: hidden;
	width: 16px;
}

.qRequiredSI {
	display: inline;
	font-size: 18px;
	font-size:18px;
	padding-left:5px;
	line-height: 4px;
}

.qRequiredSI:hover {
	text-decoration:none;
}

.qRequiredOn {
	color: #F00;
}

.qRequiredOff {
	color: #999;
}


.answersMatrixLikert .siAnswer
{
	cursor: pointer;
	display: block;
	height: 32px;
	line-height: 19px;
	padding: 4px 4px 4px 27px;
	margin: 2px 5px 2px 2px;
	position: relative;
	padding:4px;
}