html
{
	height: 100%;
}
img{
	border: none;
}
.groupWrapper
{
    position:relative;
	float: left;
	margin-right: 1%;
	min-height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.serializer
{
	clear: both;
}
.groupItem
{
    position:relative;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-image:url(http://assets.gomy.co.uk/images/templates/html/bg_panel_header1.gif);
	background-repeat:repeat-x;
	color:#FF6600;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size:12px;
	height: 28px;
	position: relative;
}
.groupItem .htmlcntdata
{
  padding:5px;
}
.blank {
  border: 3px dashed #cccccc; 
  background-color: #f5f5f5; 
  width: auto !important;
}

