#rex-module label {
	display: block;
	float: left;
	padding-right: 10px;
	white-space: nowrap;
	/*padding-left: 22px;
	text-indent: -22px;*/
}

#rex-module label span {
	vertical-align: middle;
}

#rex-module label input[type="checkbox"],
#rex-module label input[type="radio"] {
	vertical-align: middle;
}

#rex-module h2 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 1px;
}

#rex-module h2 span {
	font-weight: normal;
}

#rex-module h2.optional:after {
	content: " (optional)";
	font-weight: normal;
}

#rex-module .spacer {
	height: 15px;
	display: block;
	clear: both;
}

#rex-module .spacer.small {
	height: 6px;
}

#rex-module .spacer.medium {
	height: 10px;
}

#rex-module ul,
#rex-module ol {
	margin-top: 0;
	margin-bottom: 0;
}

#rex-module .markItUpEditor {
	padding: 7px !important;
}

#rex-module div.clearer {
	clear: both;
}

