DIV.beaneditor-block, DIV.beaneditor-block-large, DIV.beaneditor-block-after-icon,
	DIV.beaneditor-block-after-icon-small, DIV.beaneditor-block-large-Left,
	DIV.beaneditor-block-float-none, DIV.beaneditor-block-large-float-none {
	width: 100px;
	float: left;
	margin-right: 10px;
}

DIV.beaneditor-block-large, DIV.beaneditor-block-large-Left {
	width: 140px;
}

DIV.beaneditor-block-large-Left {
	margin-left: 20px;
}

DIV.beaneditor-block-after-icon {
	margin-left: 40px;
}

DIV.beaneditor-block-after-icon-small {
	margin-left: 20px;
}

DIV.beaneditor-block-float-none, DIV.beaneditor-block-large-float-none {
	float: none;
}

.form-group, .form-group-display {
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}

.form-group-display {
	display: table-cell !important;
	margin-bottom: 0px !important;
}

.control-label {
	margin-bottom: 0px;
	width: 100px;
	display: inline-block;
}

.form-control {
	font-size: 12px;
	height: 20px;
	width: 160px;
	display: inline-block;
	padding: 1px 1px;
}

.form-hint {
	font-size: 11px;
	font-style: italic;
	display: inline-block;
}

.btn-toolbar {
	clear: both;
	padding-top: 10px;
}

.btn {
	font-size: 12px;
	line-height: normal;
	padding: 2px 4px;
}

TD.form-column-normal {
	width: 320px;
	vertical-align: top;
}

DIV.palette-title {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

DL.well, DIV.beandisplay, DIV.beandisplay-margin-left {
	background-color: #F4FFFF;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}

DIV.beandisplay-margin-left {
	margin-left: 10px;
}