.surveyBox{
	/*background = url('../image/i_global/i_elements/loginBg.jpg') right bottom no-repeat;*/
	border: 1px solid #E34265;
	height: 405Px;
	overflow: auto;
	padding: 10px;
	width: 100%;
}
.spacerLine{
	color: #E34265;
	background-color: #E34265;
	height: 1px;
}
.questionNumTd{
	font-weight: bold;
	padding: 10px 5px 2px 2px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 20px;
}
.questionTd{
	font-weight: bold;
	padding: 10px 2px 2px;
	vertical-align: top;
	width: 99%;
}
.answerTd{
	padding: 2px;
	vertical-align: top;
}
.buttonTd{
	padding: 20px 2px 2px;
}
.checkBoxTd{
	padding: 2px;
}
.checkBoxTextTd{
	padding: 2px 10px 2px 0px;
}
.textAnswer{
	width: 250px;
}
.textArAnswer{
	height: 50px;
	width: 420px;
}
.numAnswer{
	width: 50px;
}
