﻿.page-form .ValidationSummary {
	margin-bottom: 1em; background-color: #f42a41;padding: 1em
}

.checkbox .CheckBox label {
	padding-left: 0;
}


.form-instruction p span.Label {
	color: #333;
	font-size: 1em;
	font-weight: normal;
}

.dynamictable {
	margin-bottom: 1em;
}

	.dynamictable .FieldLabel {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: inherit;
	}

	.dynamictable td {
		padding: 1em 1em 0 0;
	}

		.dynamictable td input {
			border: solid 1px #ccc;
			padding: 6px 12px 6px 12px;
		}

	.form-elements	input.EmailTextBox.wrong {
	 display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }

.form-instruction span.Label {
  white-space: normal;line-height: 1.2;
}

.form-group.has-feedback .RequiredFieldValidatorMarker {
  position: absolute;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  right: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 10px;
  color: #959594;
}