﻿/* donate */

#donateWrap
{
    background: #fff;
    width: 276px;
    height: 115px;
    padding: 15px 10px 0 10px;
    float: left;
}

#donate
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);  
    background: url(/images/box.png) no-repeat;
    width: 276px;
    height: 104px;
}

.donateTop
{
    width: 276px;
    height: 52px;
    float: left;
}

.donateLogo
{
    width: 75px;
    height: 50px;
    padding: 5px 0 0 5px;
    float: left;
}

.donateLogo img
{
    width: 70px;
    height: 45px;
}

.donateTitle
{
    width: 180px;
    height: 42px;
    padding: 10px 0 0 0;
    float: right;
}

.donateTitle p
{ 
    padding: 0;
    font-weight: bold;
    font-size: 14pt;
    color: #FFD400; /* title yellow */
}

.donateTitle h3
{ 
    font-weight: bold;
    font-size: 12pt;
    color: #FFD400; /* title yellow */
}

#donateTypeSelect
{
    width: 170px;
    height: 25px;
    padding: 30px 20px 0 0;
    float: right;
}

#donateTypeSelect span
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
}

#donateAmount
{
    width: 276px;
    height: 52px;
    float: left;
}

#donateAmount span
{
    padding: 10px 5px 0 20px;
    float: left;
    line-height: 35px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;    
    color: #fff;
}

#donateAmount input
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 120px;
    height: 25px;
    margin: 10px 0 0 0;
    float: left;
}

#donateAmount a
{
    background: url(/images/donate.png) no-repeat 0 0;
    width: 92px;
    height: 26px;
    margin: 12px 15px 0 0;
    float: right;
    text-indent: -9999px;
}

#donateAmount a:hover
{
    background: url(/images/donate.png) no-repeat 0 -26px;
}

#donateBtm
{
    width: 276px;
    height: 52px;
    float: left;
}

.donateBtm
{
    width: 276px;
    height: 52px;
    float: left;
}

.donateBtm a
{
    background: url(/images/donate_btn.png) no-repeat 0 0;
    width: 180px;
    height: 26px;
    margin: 12px 48px 0 48px;
    float: right;
    text-indent: -9999px;
}

.donateBtm a:hover
{
    background: url(/images/donate_btn.png) no-repeat 0 -26px;
}

#donateMethod
{
    width: 115px;
    height: 45px;
    padding: 5px 0 0 20px;
    float: left;
}

#donateMethod input
{
    vertical-align: top;
    float: left;
}

#donateMethod span
{
    float: left;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
}

#donateBtn
{
    padding: 12px 20px 0 15px;
    float: left;
}

#donateBtn a
{
    background: url(/images/donate.png) no-repeat 0 0;
    width: 92px;
    height: 26px;
    float: right;
    text-indent: -9999px;
}

#donateBtn a:hover
{
    background: url(/images/donate.png) no-repeat 0 -26px;
}

/* donate popup */

#doatePopup
{
    background: url(/images/donate_popup.png);
    width: 460px;
    height: 320px;
    top: 50%;
    left: 50%;
    padding: 10px 10px 10px 10px;
    margin: -220px 0 0 -230px;
    position: fixed;
    display: none;
    z-index: 2010;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

#donatePopupClose
{
    height: 20px;
}

#donatePopupClose:hover
{
    text-decoration: underline;
}

#donatePopupClose span
{
    cursor: pointer;
    float: right;
}

#donatePopupAmount
{
    height: 30px;
}

#donatePopupAmountInput
{
    width: 200px;
}

#donatePopupType
{
    height: 30px;
}

#donatePopupTaxer
{
    height: 90px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

#donatePopupTaxer div
{
    padding: 7px 0 0 0;
}

#donatePopupGift
{
    height: 30px;
    padding: 6px 0 0 0;
}

#donatePopupGift a
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
    color: #fff;
}


#donatePopupFurther
{
    height: 90px;
}

#donatePopupFurtherTxtArea
{
    width: 240px;
    height: 76px;
}

#donatePopupSubmit
{
    height: 30px;
    line-height: 2px;
}

#donatePopupSubmitBtn
{
    cursor: pointer;
    float: left;
}

#donatePopupSubmitStatus
{
    padding: 10px 0 0 20px;
    display: none;
    float: left;
}

.donatePopupDivLeft
{
    width: 160px;
    padding: 6px 6px 0 0;
    float: left;
}

.donatePopupDivRight
{
    width: 280px;
    padding: 3px 0 0 0;
    float: left;
    text-align: left;
}

/* donate popup mist */

#mist
{
    background: #fff;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
    z-index: 2000;
}