label
{
	color:#333 !important;
}
label.changedFieldLabel
{
	color:red !important;
}

.inheritedField
{
	font-style:italic;
}

.form-control {
	padding: 0px 6px !important; /* The default top/bottom padding of 6px from bootstrap css ends up clipping off text */
}

.form-group
{
	margin-bottom:3px;
}

.form-horizontal
{
	margin-bottom: 5px;
}

.form-horizontal > span
{
	display: inline !important;
}
.formButtonPanel
{
	float:right;
	margin-top:5px;
	border-top:1px solid #cccccc;
	width:100%;
	text-align:right;
	display:none; /* only show if not in a modal dialog */
}

.form-group textarea
{
	width:100%;
	height:60px;
}

.formButtonPanel button
{
	margin-left:5px;
}

span.emphasis
{
	font-weight:bold;
}

.bootstrap-switch-container
{
	width: 150px !important;
}

.sectionHelpText
{
	margin-top: -5px;
	margin-bottom: 15px;
	font-style: italic;
}