/* CSS Document */

@media screen and (min-width: 768px) {
  .payonlinemargins {
     margin-left: 25%;
     margin-right: 25%;
  }
  .payonlinerowmargins {
    /* margin-bottom: 25px; #edited out by DMJ*/
  }
}

@media screen and (max-width: 768px) {
  .payonlinemargins {
     margin-left: 5%;
     margin-right: 5%;
  }
  .payonlinerowmargins {
     margin-bottom: 10px;
  }
}

.payerrorinput
{
	color: #ff0000;
	font-size: 0.8em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 1);
	border: none;
	border: solid 1px rgba(144, 144, 144, 0.25);
	border-radius: 0 !important;
	color: black;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

#navButton
{
	display: none;
}