
.small {
	font-size: 70%;
}

form {
	font-family: helvetica neue;
	letter-spacing: 1px;
	line-height: 1.3em;
	color: #656565;
	font-size: 16px;
	font-weight: 100;
}

form .money {
	font-family: sans-serif;
	letter-spacing: .2em;
	line-height: .1em;
	color: #72d21f;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	background-color: #EEEEEE;
}

legend {
	font-family: sans-serif;
	letter-spacing: .2em;
	width: auto;
	line-height: 1em;
	color: #656565;
	text-align: left;
	font-size: 34px;
	margin-bottom: 3%;
	font-weight: 300;
}

form .form_ele {
	display: block;
	width: 100%;
	margin-bottom: 6%;
}

form .form_ele .form_ele_left {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-right: 2%;
	line-height: 100%;
}

form .form_ele .form_ele_right {
	display: inline-block;
	min-width: 70%;
	text-align: left;
	line-height: 175%;
}

form fieldset {
	border: none;
}

form fieldset legend {
	font-family: sans-serif;
	letter-spacing: .2em;
	line-height: 1em;
	color:#656565;
	text-align: left;
	font-size: 28px;
	font-weight: 300;
	width: auto;
}

form .form_ele .form_ele_right .form_ele_right_group {
	display: inline-block;
	line-height: 80%;
	width: 100%;
}


/* input element styles */
#payment_method {
	border: 0px hidden white;
	padding: 0.30em 0.75em 0.40em 0.75em;
}
