﻿
/**************************************************
 *                                                *
 * Default PayPal Donations                       *
 *                                                *
 **************************************************/

.ErrorMessageLabel
{
    color: Red;
    background-color:Transparent;
    font-family: "Century Gothic", Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

.AmountInput
{
    font-family: "Century Gothic", Tahoma, Arial, Helvetica;
    font-size: 8pt;
    border: 1px solid #999999;
    width:120px;
    height: 23px;
    color: #999999;
}

.OptionTextBox
{
    font-family: "Century Gothic", Tahoma, Arial, Helvetica;
    font-size: 12px;
}

.OptionDropDownList
{
    font-family: "Century Gothic", Tahoma, Arial, Helvetica;
    font-size: 8pt;
    border: 1px solid #999999;
    color: #999999;
    height: 23px;
}

.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;
}

.general {
		color: #009900;
		font-family: Century Gothic, Arial, Verdana, sans-serif;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		font-size: 10pt;
		letter-spacing: normal;
		text-decoration: none;
		text-transform: none;
		text-align: left;
		line-height: normal;
}