.x-action-col-icon {
	margin-right: 3px;
}

.enabled {
	background-color: transparent;
}

.disabled {
	display: none;
}

.icon-save {
	background-image: url(../images/disk.png);
}

.icon-add {
	background-image: url(../images/add.png);
}

.icon-back {
	background-image: url(../images/arrow_left.png);
}

.icon-collapse {
	background-image: url(../images/toggle_collapse.png);
}

.icon-expand {
	background-image: url(../images/toggle_expand.png);
}

.icon-delete {
	background: url(../images/cross.png) no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.icon-edit {
	background-image: url(../images/page_white_edit.png);
}

.icon-help {
	background-image: url(../images/help.png);
}

.icon-help-required {
	background-image: url(../images/help-required.png);
}

.survey {
	padding: 5px;
}

.survey h1 {
	font-size: 18px;
	margin-bottom: 5px;
}

