/**
 * @file
 * Ecommerce module styles for donate page.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.1 $
 * @version $Name: AEE_2008-08-01_30 $
 * @version $Id: donate.css,v 1.1 2008/07/29 21:58:10 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 */
#donateSubmit
{
   margin-top: 10px;
   text-align: center;
}

#donationAmounts
{
   margin: 10px;
   text-align: center;
}

#donationAmounts input.textInput
{
   margin-left: 5px;
   width: 60px;
}

#donationAmounts .donationAmount,
#donationAmounts .donationOtherAmount
{
   margin: 0px 10px;
}


