.formBlockSurveyTable {
}
.formBlockSurveyRow {
	display: block;
	width: 100%;
	padding-top: 5px;
}
.formBlockSurveyCell {
	float: left;
}
.formBlockSurveyCell.question {
	width: 120px;
	padding-right: 12px
}
.formBlockSurveyCell.answer {

}
.extendedFormSurveyView #msg { background:#FFFF99; color: #000; padding:2px; border:1px solid #999; margin:8px 0px 8px 0px }
.extendedFormSurveyView #msg .error{padding-left:16px; color:#cc0000}

.extendedFormSurveyView .formError {
	color:#cc0000;
	padding: 2px;	
}


.formBlockSurveyCell img.ccm-captcha-image{float:none}
.formBlockSurveyCell .required{ color:#cc0000 }

.formBlockSurveyCell .tooltip_holder,
#extendedFormSurveyPreviewWrap .tooltip_holder{
	height: 20px;
	width: 20px;
	color: #000000;
	cursor: help;
	line-height: 20px;
	text-align: center;	
	float: left;
	margin-left: 5px;
	background-image: url(../images/tooltip_background_grey.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	font-weight: bold;
}
.formBlockSurveyCell textarea,
.formBlockSurveyCell input[type=text],
.formBlockSurveyCell select {
	font-size: 12px;
	font-family:inherit;
	width: 300px;
	float: left;
	padding: 0;
	margin: 0;
}
#extendedFormSurveyPreviewWrap textarea,
#extendedFormSurveyPreviewWrap input[type=text],
#extendedFormSurveyPreviewWrap select {
	float: left;
}
.formBlockSurveyCell input[type=text] {
	height: 18px;
	line-height: 18px;
}
.formBlockSurveyCell select {
	height: 22px;
	line-height: 22px;
	width: 304px;
}
.formBlockSurveyCell .otherDiv {
	margin-top: 4px;	
}
<!-- CSS styles for the contentitems of the form -->
.formBlockSurveyCell.space {
	display: block;
	height: 20px;
}
.formBlockSurveyCell.line {
	padding-top: 5px;
	padding-bottom: 5px;
}
.formBlockSurveyCell.line h4 {
	font-size: 15px;
	font-family:inherit;
}
.formBlockSurveyCell.text {
	font-size: inherit;
	font-family:inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formBlockSurveyCell.hr {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.formBlockSurveyCell .checkboxList,
.formBlockSurveyCell .radiobuttonsList,
.formBlockSurveyCell .ratinglist,
#extendedFormSurveyPreviewWrap .checkboxList,
#extendedFormSurveyPreviewWrap .radiobuttonsList,
#extendedFormSurveyPreviewWrap .ratinglist  {
	float: left;
}


.formBlockSurveyCell .ccm-input-captcha {
	float:none !important;
	display: block !important;
	width: 175px !important;
}
.formBlockSurveyCell .ccm-input-date-wrapper,
.formBlockSurveyCell .ccm-input-time-wrapper,
#extendedFormSurveyPreviewWrap .ccm-input-date-wrapper,
#extendedFormSurveyPreviewWrap .ccm-input-time-wrapper {
	float: left;
}
.formBlockSurveyCell .ccm-input-date-wrapper,
#extendedFormSurveyPreviewWrap .ccm-input-date-wrapper {
	padding-right: 5px;
}
.formBlockSurveyCell .ccm-input-date-wrapper input ,
#extendedFormSurveyPreviewWrap .ccm-input-date-wrapper input{
	float: none;
	width: 100px;
}
.formBlockSurveyCell .ccm-input-time-wrapper select,
#extendedFormSurveyPreviewWrap .ccm-input-time-wrapper select {
	float: none;
	width: auto !important;
}
.formBlockSurveyTable .clearfloat,
#extendedFormSurveyPreviewWrap .clearfloat {
	clear: both;
	font-size:0;
	height:0;
	line-height:0;
	padding:0;
	margin:0;
}

.formBlockSurveyTable .fieldset,
#extendedFormSurveyPreviewWrap .fieldset {
	margin-bottom: 10px;
	display:block;
	width:97%;	
	padding: 3px 10px 10px 10px;
	border:1px solid #CCCCCC;
}

.formBlockSurveyTable .legend,
#extendedFormSurveyPreviewWrap .legend {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	border:1px solid #CCCCCC;
	padding: 4px 5px;
}