.surveys-portlet-admin {
	.question-row .table-cell.first {
		background-image: url();
		background-position: 5px 50%;
		background-repeat: no-repeat;
		padding-left: 30px;
	}

	.question-row-check-box .table-cell.first {
		background-image: url(@theme_image_path@/journal/checkbox.png);
	}

	.question-row-list-box .table-cell.first {
		background-image: url(../../images/list_box.png);
	}

	.question-row-list-box-multi .table-cell.first {
		background-image: url(../../images/list_box.png);
	}

	.question-row-option-buttons .table-cell.first {
		background-image: url(@theme_image_path@/journal/options.png);
	}

	.question-row-page-break .table-cell.first {
		background-image: url(../../images/page_break.png);
	}

	.question-row-section-end .table-cell.first {
		background-image: url(../../images/section_end.png);
	}

	.question-row-section-start .table-cell.first {
		background-image: url(../../images/section_start.png);
	}

	.question-row-select-box .table-cell.first {
		background-image: url(@theme_image_path@/journal/selectbox.png);
	}

	.question-row-static-text .table-cell.first {
		background-image: url(@theme_image_path@/common/quote.png);
	}

	.question-row-text-box .table-cell.first {
		background-image: url(@theme_image_path@/journal/textbox.png);
	}

	.question-row-text-field .table-cell.first {
		background-image: url(@theme_image_path@/journal/text_field.png);
	}
}