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 input[type=text], DIV.input-row input[type=email] {
	font-size: inherit;
}
DIV.input-row input[type=password], DIV.input-row input[type=submit], DIV.input-row select, DIV.display-row .data {
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #d2d2d2;
	font-size: inherit;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
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.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;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #b94a48;
    background: #f2dede;
    margin-top: 15px;
}
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 {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #3c3c3c;
    padding: 0.7em 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: inherit;
    font-size: 0.9em;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #3c3c3c;
    letter-spacing: 0.4em;
    font-family: helvetica, arial, sans-serif;
    width: auto;
    height: auto;
}

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;
	}

}