
/* =Signups
-------------------------------------------------------------- */
.pmpro_form #pmpro_billing_address_fields input
{

}

/* fix for broken layout */
.pmpro_form #pmpro_billing_address_fields #bzipcode
{
	margin-left: 130px;
}


/* =Invoices and Confirmation
-------------------------------------------------------------- */


#pmpro_invoice_table tr th,
#pmpro_confirmation_table tr th
{
	padding: 10px;
	border-right: 2px solid white;
	font-weight: bold;
	background: #DDD;
}

#pmpro_invoice_table tr td,
#pmpro_confirmation_table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 10px;
	font-size: 0.85em;
	line-height: normal;
}