.form-message-block {
	color: #3c763d;
	background-color: #dff0d8;
	padding: 15px;
	border: 1px solid #b2dba1;
	border-radius: 4px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
	background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	font-weight: 800;
}
.form-message-block::before {
	content: "\e084";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
}
.form-message-block:empty {
	display: none;
}
.form-error-block {
	color: #a94442;
	background-color: #f2dede;
	padding: 15px;
	border: 1px solid #dca7a7;
	border-radius: 4px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	font-weight: 800;
}
.form-error-block::before {
	content: "\e101";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
}
.form-error-block:empty {
	display: none;
}
.character-count,
.input-help {
	color: #737373;
	padding: 10px 15px;
}
.input-help::before {
	content: "\e085";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
}
.input-help:empty {
	display: none;
}
.error-block {
	color: #8a6d3b;
	background-color: #fcf8e3;
	padding: 15px;
	border: 1px solid #faebcc;
	border-radius: 4px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
	background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
	background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	font-weight: 600;
}
.error-block::before {
	content: "\e107";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
}
.error-block:empty {
	display: none;
}
form label {
	margin-right: 10px;
}
form label > input[type="checkboxes"],
form label > input[type="radio"] {
	margin-right: 5px;
}
.button-group {
	margin-bottom: 15px;
}
.clear-date-time,
.clear-date,
.clear-time {
	cursor: pointer;
}
button.dropdown-toggle .caret {
	margin-left: 9px;
}
.pass-strength-container {
  margin-top: 3px;
  height: 3px;
  background-color: #CCC;
}
.pass-strength-container .pass-strength-meter {
  width: 0%;
}
.pass-strength-container .pass-strength-one {
  height: 3px;
  width: 25%;
  background-color: red;
}
.pass-strength-container .pass-strength-two {
  height: 3px;
  width: 50%;
  background-color: orange;
}
.pass-strength-container .pass-strength-three {
  height: 3px;
  width: 75%;
  background-color: yellowgreen;
}
.pass-strength-container .pass-strength-four {
  height: 3px;
  width: 100%;
  background-color: green;
}
form h4,
form h5 {
	margin-top: 0px;
}
form fieldset > h4 {
	margin-bottom: 15px;
	padding: 7px 0px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
form .form-group + h4,
form .form-group + h5,
form .input-help + h4,
form .input-help + h5,
form .form-message-block + h4,
form .form-message-block + h5,
form .form-error-block + h4,
form .form-error-block + h5 {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}
form h4::before {
	content: "\e080";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 15px 0 10px;
}
form .input-block + .input-help {
	margin-top: 5px;
}
form .input-help + .error-block {
	margin-top: 10px;
}