﻿
/**************************************************
 *                                                *
 * Default PayPal Donations                       *
 *                                                *
 **************************************************/

.ErrorMessageLabel
{
    color: Red;
    background-color:Transparent;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

.AmountInput
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    width:60px;
}

.OptionTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
}

.OptionDropDownList
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
}

.progressmeter_Blue
{
	border-style: none;
	background: white url(images/progressfill_blue.png) top left no-repeat;
}

.progressmeter_Red
{
 border-style: none;
 background: white url(images/progressfill_red.png) top left no-repeat;
}

.progressmeter_Green
{
 border-style: none;
 background: white url(images/progressfill_green.png) top left no-repeat;
}

.progressmeter_Orange
{
 border-style: none;
 background: white url(images/progressfill_orange.png) top left no-repeat;
}

.progressmeter_Gray
{
 border-style: none;
 background: white url(images/progressfill_gray.png) top left no-repeat;
}
