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;
}
DIV.display-row {
	line-height:22px;
}
DIV.input-row label,
DIV.display-row .label {
	text-align:left;
	padding-top:4px;
	margin-right:4px;
	font-weight:bold;
	display: block;
    padding-top: 15px;
    padding-bottom: 8px;
}
DIV.display-row .label {
	padding-top:0px;
}
DIV.input-row input, DIV.input-row select, DIV.display-row .data {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
DIV.input-row input, DIV.input-row select {
	padding: 7px;
}
DIV.input-row input.chkBx, DIV.input-row input[type=checkbox] {
	width:auto;
	margin-top:6px;
}
DIV.input-row textarea {
	float:left;
	font-family:'Lucida Grande', helvetica, verdana, sans-serif, arial;
	font-size:12px;
	margin-right:4px;
	width:200px;
	max-width:200px;
}
DIV.input-row span.error,
DIV.action-row {
	color:#800000;
	font-weight:bold;
	display:block;
}
.input-row span.error, div.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-bottom: 12px;
    margin-top: 0px;
}
form#PayOnline .wrapper .left .terms .input-row span.error {
	float: right;
    margin-top: 15px;
    width: 100%;
    cleaR: both;
    box-sizing: border-box;
}
DIV.action-row {
	text-align: center;
}
DIV.action-row.single {
	margin-left:0px;
}
input.btn {
	cursor: pointer;
	font-weight: bold;
	padding:4px;
}
div.inline-form {
	overflow:hidden;
}
div.inline-form form {
	float:left;
	margin:0px 12px 0px 0px;
}
div.inline-form DIV.action-row {
	margin:0;
}

input.btn {	
	cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    border: 0px solid #74a061;
    padding: 7px 25px;
    font-size: 14px;
    text-transform: none;
    background-color: #74a061;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
}


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

@media screen and (max-width: 400px) {
	DIV.input-row label, DIV.display-row .label {
		float: none;
		clear: both;
		text-align: left;
		display: block;
	}
	DIV.input-row input, DIV.input-row select, DIV.display-row .data {
		float: none;
		clear: both;
	}
	DIV.input-row span.error {
		margin: 8px 0px 8px 0px;
	}
}


div.message DIV.input-row label {
	float: none;
    width: auto;
    text-align: left;
    margin-right: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	display: block;
}
div.message DIV.input-row textarea {
    float: none;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}