.creditTransactions
{
	margin: 30px 0 0 0;
}
.creditTransactions h1,
.creditTransactions h2
{
	float: left;
}
.creditTransactions .balanceAndBuyMoreCreditsWrapper
{
    clear: both;
	float: left;
    margin-bottom: 20px;
}

.balanceAndBuyMoreCreditsWrapper .balance
{
	float: left;
}

.balanceAndBuyMoreCreditsWrapper .buyMoreCredits
{
    margin-left: 15px;
    float: left;
	text-align: right	
}

.creditTransactions form
{
	clear: both;
}

/* end of My Transactions page*/

/* buy credit packages page */

.creditPackagesPage table
{
	width: 100%;
}

.creditPackagesPage table th,
.creditPackagesPage table td
{
	padding: 3px;
}
.creditPackagesPage table th
{
	border-bottom: 1px solid #ccc;
}
.fieldValueGrandTotalCredits,
.fieldValueGrandTotalPrice,
.fieldValueCostPerCredit
{
	font-weight: bold;
}

/*  end of credit packages page */

.buyCreditsPostpayment p
{
	padding: 5px 0;
}

.paymentConfirmationPage td
{
	padding: 3px 20px 3px 0 !important;
}

.paymentConfirmationPage .confirmPaymentForm
{
	margin-top: 10px;
}
