table.hello-bettermetabox tr.template {
	display: none;
}

table.hello-bettermetabox table.multiple {
	width: 100%;
	margin-top: -2px 0 2px;
}

table.hello-bettermetabox tr.dragged {
	background: #ccc url(drag-icon.png) no-repeat right center;
}

table.hello-bettermetabox table.multiple td {
	padding-bottom: 2px;
}

table.hello-bettermetabox a.remove-form-row {
	background: url(remove-icon.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin-left: 6px;
	position: relative;
	top: 4px;
	width: 16px;
}
