.floatingInput {
	padding-top: 15px;
	display: inline-block;
	padding-right: 14px;
    vertical-align: top;
}

.removePadding {
	padding-top: 0px;
}

.required, .requiredText {
	color: #A73C08;
	font-weight: bold;
}

.requiredText {
	text-align: right;
}

.inputFieldText {
	font-weight: bold;
	margin-right: 5px;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

html body .RadInput_Default .riTextBox {
	font-size: 14px !important;
}

.input {
	padding-top: 15px;
}
/*Remove later for h6 styles instead*/
div.formHeader {
	background-color: #B9CFCD;
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

div.formHeaderText {
	font-weight: bold;
	padding-top: 14px;
	padding-left: 50px;
}

div.headerImage1, div.headerImage2, div.headerImage3, div.headerImage4, div.headerImage5 {
	width: 100%;
	height: 50px;
	background-position: 8px;
	background-repeat: no-repeat;
}

div.headerImage1 {
	background-image: url(../img/1.gif);
}

div.headerImage2 {
	background-image: url(../img/2.gif);
}

div.headerImage3 {
	background-image: url(../img/3.gif);
}

div.headerImage4 {
	background-image: url(../img/4.gif);
}

div.headerImage5 {
	background-image: url(../img/5.gif);
}

/* Use header instead of div */
h6.formHeader {
	background-color: #000066;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
    margin-bottom: 0px;
}

span.formHeaderText {
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	min-height: 50px;
	padding-left: 10px;
	color: #ffffff;
}

span.headerNumber {
	margin-left: 10px;
	background-color: #feb60c;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.small_text {
	font-size: 10px;
	line-height: 11px;
}
hr.formHeader {
	background-color: #000066;
	width: 100%;
	height: 1px;
	margin-top: 25px;
}



.validation-error {
	font-weight: bold;
}

#block-system-main ul {
	font-size: 13px;
}

.RadListBox .rlbGroup {
	border-width: 0px;
	border-style: none;
	outline: 0;
}

.list ul li {
	line-height: 18px;
	font-size: 14px;
}

#content ul li {
	font-size: 14px;
}

.rddlItem {
	font-size: inherit !important;
	line-height: inherit !important;
}

.RadListBox_Default .rlbItem.rlbSelected {
	color: #fff;
	background-color: #FFFFFF;
}

.multiColumn ul {
	width: 100%;
}

.multiColumn li {
	float: left;
	width: 50%;
}

textarea {
	min-height: 40px !important;
}

.rblItem {
	line-height: normal;
}

.exit {
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	margin-right: 0px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: red;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	z-index: 99999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

	.exit:hover {
		color: #fff;
		background: red;
	}