body {
	font-family: Roboto, arial, sans-serif;
}
#payment_form h2 {
	font-weight: bold;
	color: #1E9263;
    text-transform: uppercase;
}
#payment_form h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
#payment_form img {
	width:100%;
	max-width:600px;
	margin: auto;
}
#payment_form, #payment_form p {
	text-align: center;
}
#payment_form .hidden-inputs {
	visibility: hidden;
    height: 0;
	padding: 0;
	margin: 0;
}
#payment_form table {
	margin:auto;
}
#payment_form th {
	vertical-align: top;
	text-align: right;
}
#payment_form td input {
	width:100%;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 5px;
}
#payment_form label[for=upsell] strong {
	font-size: 1.4em;
}
#payment_form input#upsell, #payment_form input#top50 {
	transform: scale(2);
	margin-right: 5px;
}
#payment_form .switch label img {
	max-height: 20px;
	width: auto;
	vertical-align: middle;
}
#payment_form button {
	padding:20px 50px;
	font-size: 1.4em;
	background: #1E9263;
	border: none;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
}
#payment_form_a {
	padding:20px 50px;
	font-size: 1.4em;
	background: #1E9263;
	border: none;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
}
#payment_form fieldset.switch {
	border: none;
	padding: 0;
	margin: 20px auto;
	max-width: 300px;
}
#payment_form fieldset.switch label {
	width: 50%;
	float: left;
	text-align: center;
	position:relative;
	padding: 10px 5px;
	clear: none;
	box-sizing: border-box;
	border: 1px solid #1E9263;
	color: #1E9263;
}
#payment_form fieldset.switch label:first-of-type {
	border-radius: 5px 0 0 5px;
}
#payment_form fieldset.switch label:last-of-type {
	border-radius: 0 5px 5px 0;
}
#payment_form fieldset.switch input {
	position:absolute;
	opacity: 0;
	width: 0px;
}
#payment_form fieldset.switch input[type="radio"]:checked + label {
	background-color:#1E9263;
	color:#FFF;
}
p.bitpay-disclaimer {
	clear: both;
	font-size:0.7em;
	line-height:1.25;
	padding-top: 5px;
}

p.top50 {
	color: #1E9263;
    font-size: 1.4em;
}
p.top50 label strong, .strike {
	text-decoration: line-through;
}

.large {
    font-size: 1.4em;
}
.upsell-text {
    color: #666;
}