.desc {
    font: bold 16px arial;
    margin: 15px 25px;
    color: #525D7D;
}

.photo_table {
    padding: 20px 30px 30px 30px;
    width: 730px;
    margin: 15px auto;
    color: #222;
}

.photo_table td {
    vertical-align: top;
}

#form {
    padding: 0 30px;
}

#form table td {
    vertical-align: middle;
    padding-bottom: 15px;
    font: bold 16px arial;
}

button {
    min-width: 150px;
    text-align: left;
}

button span {
    font: bold 20px arial;
    line-height: 32px;
}

button span img {
    vertical-align: middle;
    margin-left: 10px;
}

.rtl button {
    text-align: right;
}

.rtl button span img {
    margin-left: 0;
    margin-right: 10px;
}

textarea, select {
    font: normal 16px/20px arial;
}

#donation_td {
    text-align: right;
    width: 100px;
}

#currency {
    font: bold 28px arial;
    color: #525D7D;
    position: absolute;
    top: 0;
    left: 3px;
}

.rtl #donation_td {
    text-align: left;
}

#id_donation {
    font: bold 28px arial;
    width: 100px;
    border: 1px solid #aaa;
    text-align: right;
}

#id_personal_message {
    width: 270px;
    height: 60px;
    border: 1px solid #aaa; 
}

#id_country {
    width: 270px;
    border: 1px solid #aaa; 
}

#photo_cover {
    width: 420px;
    height: 300px;
    border: 1px solid #999;
}

#photo_unfilled {
    width: 420px;
    height: 300px;
    background: #ccc no-repeat;
    position: relative;
}

#photo_filled {
    width: 420px;
    height: 0px;
    background: #ccc no-repeat;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#photo_remainder {
    width: 0px;
    background: #ccc left center no-repeat;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

#donate {
    background: #ffff66;
    color: #000;
    border: 2px solid #cc9900;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
    filter:alpha(opacity=60);
    opacity: 0.6;
    display: none;
}

#donation_amount, #donation_num {
    font-weight: bold;
}

#form td.explain {
    line-height: 14px; 
    font-size: 11px; 
    font-weight: normal;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#form td.explain img {
    margin-top: 5px;
}

img.why {
    vertical-align: middle;
}

#easyTooltip {
    width: 250px;
}       

.recurring {
    font-size: 12px;    
}

/* yellow theme */

.photo_table_yellow {
    background: #e9b514 url(/static/theme/images/brighten_top.png) top left repeat-x;
}

.photo_table_yellow .form_field_label {
    color: #222;
}

/* red theme */

.photo_table_red {
    background: #7b0c16 url(/static/theme/images/brighten_top.png) top left repeat-x;
    color: #eee;
}

.photo_table_red .form_field_label {
    color: #eee;
}

/* blue theme */

.photo_table_blue {
    background: #839bb7 url(/static/theme/images/brighten_top.png) top left repeat-x;
    color: #222;
}

.photo_table_blue .form_field_label {
    color: #222;
}

