form {
	box-sizing:initial;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
DIV.input-row, DIV.display-row {
	overflow:hidden;
	margin-bottom:4px;
	clear:both;
}
DIV.display-row {
	line-height:22px;
}
DIV.input-row label,
DIV.display-row .label {
	display: block;
	font-weight:bold;
	padding-bottom: 10px;
}
DIV.display-row .label {
	padding-top:0px;
}
DIV.input-row:not(.HTML_CheckBoxes):not(.HTML_Radio) input, DIV.display-row .data {
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 2px 15px 1px 15px;
	border: 1px solid #d2d2d2;
	color: inherit;
	
	-webkit-appearance: none;
	-moz-appearance: none;
}
DIV.input-row select {
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 2px 15px 1px 15px;
	border: 1px solid #d2d2d2;
}
DIV.input-row input[type=file] {
	padding: 0px;
	border: 0px solid #d2d2d2;
}
DIV.display-row .data ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
DIV.input-row input.chkBx {
	width: auto;
}

DIV.input-row textarea {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:14px;
	width: 100%;
    max-width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 7px 15px;
	border: 1px solid #d2d2d2;
	
	-webkit-appearance: none;
	-moz-appearance: none;
}
DIV.action-row {
	overflow: hidden;
}
DIV.action-row span {
	display: block;
}
DIV.input-row span.error,
div.error,
p.error {
	color: #b94a48;
    font-weight: bold;
    display: block;
    margin: 0px;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 15px;
	font-weight: normal;
    font-size: 18px;
    text-align: center;
}
form div.input-row ul {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
form div.input-row ul li {
	overflow: hidden;
	padding-right:4px;
	margin:0px 4px 6px 0px;
}
form div.input-row ul li label {
	display:inline;
	width:auto;
}

form .btn {
    background: #ec774a;
    padding: 7px 0px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0px;
    color: #ffffff;
    border: 0px solid #ffffff;
    box-sizing: border-box;
}

input#tandc {
	margin-left: 28px;
}

div#acceptableEnc {
	height: 0px;
	width: 0px;
	position: absolute;
	left: -9999999px;
	top: -9999999px;
}

@media screen and (max-width: 480px) {
	DIV.input-row label {
		text-align:left;
	}
	
	DIV.action-row,
	div.error {
		margin:8px 0px 8px 0px;
	}

}



/* Fancy Options */
div.input-row {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
div.input-row input[type=text], div.input-row input[type=email], div.input-row input[type=number], div.input-row input[type=password], div.input-row textarea {
	padding: 15px 15px 5px 15px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	line-height: 26px;
	font-size: inherit;
	background-color: transparent;
}
div.input-row select {
	border: 0px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: inherit;
}
div.input-row:not(.HTML_SelectBox):not(.HTML_File):not(.HTML_CheckBoxes):not(.HTML_Radio) label {
	position: absolute;
	top: 15px;
	left: 15px;
	font-weight: normal;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
			
	padding: 0px;
    margin: 0px;
}
div.input-row.HTML_SelectBox label {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
			
	padding: 0px 11px;
    margin: 0px;
}
div.input-row.focus:not(.HTML_SelectBox):not(.HTML_File):not(.HTML_CheckBoxes) label, div.input-row.forceFocus:not(.HTML_SelectBox):not(.HTML_File):not(.HTML_CheckBoxes) label:not(.:not(.HTML_Radio)) label {
	font-size: 10px;
	top: 1px;
	font-weight: bold;
}
div.input-row input:focus, div.input-row textarea:focus, div.input-row select:focus {
	border-color: #055a89;
	outline: none;
}
div.input-row input:disabled, div.input-row textarea:disabled, div.input-row select:disabled, div.input-row input:read-only, div.input-row textarea:read-only {
	background-color: rgba(0, 0, 0, 0.02);
	cursor: default;
}
input.btn {
	margin-top: 14px;
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
form.invalid {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
}
div.checkboxSet .data div label, div.singleCheckbox label {
	position: static !important;
    top: initial !important;
    left: initial !important;
	font-size: 16px !important;
	font-weight: normal !important;
}




/* Form Styling */
form {
	
}
form .mainset {
	
}
form .mainset .option {
	overflow: hidden;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
form .mainset .option.paddbottom {
	padding-bottom: 10px;
}
form .mainset .option .label {
	width: 220px;
	float: left;
	line-height: 47px;
	font-weight: 500;
	padding-right: 20px;
	box-sizing: border-box;
}
form .mainset .option .label span {
	display: block;
	font-size: 14px;
	opacity: 0.7;
	line-height: 18px;
	font-weight: 300;
}
form .mainset .option .input-row {
	width: calc( 100% - 220px );
	float: left;
	clear: none;
	height: 47px;
	overflow: hidden;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
form .mainset .option .input-row.HTML_Radio {
	height: auto;
	min-height: 47px;
}
form .mainset .option .input-row.HTML_TextArea {
	height: auto;
	min-height: 47px;
}
form .mainset .option .input-row.HTML_SelectBox select {
	height: 31px;
}
form .mainset .option .displayvalue {
	width: calc( 100% - 220px );
	float: left;
	line-height: 47px;
}