/**
 * @version $Id: style.attend_events.css 52 2007-09-06 18:08:37Z peter $
 * @package Attend Events
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 */

// Table which contains the main registration form, which includes any 
// additional (user defined) registration and fee fields.
.AERegistrationForm
{
    
}

// Table which lists the transactions that have already been received for this
// registration.
.AERegistrationForm_PaymentsReceived
{

}

// Table which contains the payment option field.  The first row of this
// table also displays the balance owing.
.AERegistrationForm_PaymentMethod
{

}

// Div which contains up to three buttons (depending on context and component
// configuration) for 'add guest', 'register/update' and 'cancel'
.AERegistrationForm_Buttons
{
    text-align: center;
}
