﻿/******************** DONATION FORMS ********************/
.donationStepHeader
{
    width: 100%;
    overflow: hidden;
    margin: 5px 0 20px 0;
}

.donationStepHeader .step
{
    float: left;
    position: relative;
    width: 129px;
    height: 16px;
    padding: 13px 0;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

.donationStepHeader .current
{
    width: 130px;
    background-color: #EBEBEB;
}

.donationStepHeader .current .corner { position: absolute; width: 10px; height: 10px; background: url(../../media/template/roundedCornerSpriteGrey.gif) no-repeat; overflow: hidden; }
.donationStepHeader .current .tl { top: 0; left: 0; background-position: 0 0; }
.donationStepHeader .current .tr { top: 0; right: 0; background-position: -10px 0; }
.donationStepHeader .current .bl { bottom: 0; left: 0; background-position: 0 -10px; }
.donationStepHeader .current .br { bottom: 0; right: 0; background-position: -10px -10px; }

.myChoice { margin: 3px 0 3px 10px; }

h1.donateHeading
{
    /*text-transform: uppercase;*/
    color: #F29333;
}

a.donateFormButton,
a.donateSubmitButton
{
    display: inline;
    float: left;
	height: 26px;
	color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 5px 0 0;
    text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;	
}

a.donateFormButton:active,
a.donateSubmitButton:active 
{ 
    background-position: 0 0 !important; 
}

a.donateFormButton
{
	width:93px;
    background-image:url(../../media/buttons/donate-form-button.gif);
}
a.donateFormButton:hover { background-position: -93px 0; text-decoration: none; }

a.donateSubmitButton
{
    width: 141px;
    background-image: url(../../Media/buttons/donate-submit-button.gif);
}
a.donateSubmitButton:hover { background-position: -141px 0; text-decoration: none; }


