.serializer
{
	clear: both;
}

.groupItem .itemHeader
{
	color: #fff;
	cursor: move;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	background:#7189d3;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	text-align:left;
}

.mover{
	color: #fff;
	cursor: move;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	background:#7189d3;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

.groupItem .itemContent
{
	text-align:left;
	font-weight:bold;
	background:#f9f9f9;
	font-size:11px;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.closeEl{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
