/* codesigner fixes */

.contentarea>br {
	display: none;
}
.contentarea h1 br, .contentarea h2 br, .contentarea h3 br, .contentarea h4 br, .contentarea p br  {
	display: inline;
}


ul.formcontrols,
ul.formcontrols li dl {
	margin: 0px;
	padding: 0px;
}
ul.formcontrols li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	border: 1px solid #fff;
}
ul.formcontrols li:hover {
	border: 1px dashed #ccc;
	background: #eee;
}

ul.formcontrols li div.formcontrol-actions {
	display: none;
}
ul.formcontrols li:hover div.formcontrol-actions {
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
}

ul.formcontrols li div.formcontrol-actions span.fc-action-up {
	background: #bbb;
	border: 1px solid #999;
	cursor: pointer;
	padding: 0px 3px 0px 3px;
}
ul.formcontrols li div.formcontrol-actions span.fc-action-down {
	background: #ccc;
	border: 1px solid #999;
	cursor: pointer;
	padding: 0px 3px 0px 3px;
}
ul.formcontrols li div.formcontrol-actions span.fc-action-up:hover,
ul.formcontrols li div.formcontrol-actions span.fc-action-down:hover {
	background: #fff;
}

ul.formcontrols li:first-child div.formcontrol-actions span.fc-action-up {
	display: none;
}

ul.formcontrols li:last-child div.formcontrol-actions span.fc-action-down {
	display: none;
}
