#customizableLabelsSetForm  {padding-top: 12px;}

#customizableLabelsSetForm #container  {width: 100%;}

.label_line  {
	width: 342px;
	height: auto;
	float: left;
	padding-bottom: 22px;
}

.label_line:nth-child(4),
.label_line:nth-child(7),
.label_line:nth-child(10),
.label_line:nth-child(13)  {clear: both;}

.label_line_title  {
	width: 76px;
	height: auto;
	float: left;
}

.label_line:nth-child(2) .label_line_title,
.label_line:nth-child(3) .label_line_title,
.label_line:nth-child(5) .label_line_title,
.label_line:nth-child(6) .label_line_title,
.label_line:nth-child(8) .label_line_title,
.label_line:nth-child(9) .label_line_title,
.label_line:nth-child(11) .label_line_title,
.label_line:nth-child(12) .label_line_title,
.label_line:nth-child(14) .label_line_title,
.label_line:nth-child(15) .label_line_title  {display: none;}

.label_line:nth-child(2),
.label_line:nth-child(5),
.label_line:nth-child(8),
.label_line:nth-child(11),
.label_line:nth-child(14)  {width: 266px;}

.label_field_selection  {
	width: 170px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.label_entry  {
	width: 75px;
	height: auto;
	float: left;
}

.label_field_selection select,
.label_entry input[type=text]  {
	width: 100%;
	margin-top: -4px;
}

.label_field_selection select  {padding: 6px 8px;}