/** Stylesheet for admin page **/

/* Admin header image preview style */
#headimg { vertical-align: middle; padding: 25px 0; padding-left: 25px; text-shadow: #111 1px 1px 10px; }
#name { font-family: Helvetica, Arial, sans-serif; font-size: 150%; margin: 0; padding: 0; text-decoration: none;  }
#desc { font-size: 100%; font-family: Helvetica, Arial, sans-serif; }

/* Options page style */
.adminformtitle { font-family: Georgia; font-weight: lighter; font-size: 220%; text-shadow: #fff 1px 1px; font-style: italic; }
#adminformlayout { margin-top: 25px; }
input, textarea { font-family: Helvetica, Arial, sans-serif; font-size: 90%; }
.section_header { background: url(images/admin_header_bg.png) repeat-x; border-bottom: 1px #fff solid; text-shadow: #ddd 1px 1px; color: #444; padding: 10px; margin-top: 15px; }
.section_title { font-size: 150%; font-weight: bold; }
.section_textbox { padding: 8px; border: 1px #bbb solid; }
.section_button { vertical-align: top; cursor: pointer; background: url(images/admin_btn_bg.png) repeat-x; margin-left: 20px; text-transform: capitalize; }
.section_filebox { background: #fff; border: 1px #bbb solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 8px; }
.section { padding: 10px; display: none; }
.section_label { margin-right: 20px; font-weight: bold; }
.section_submit { cursor: pointer; background: url(images/admin_btn_bg.png) repeat-x; text-transform: capitalize; }
.success { background: #D8FEB2; border: 1px #228B22 solid; color: #228B22; padding: 5px; }
.formerror { background: #FF6666; border: 1px #8B0000 solid; color: #8B0000; padding: 5px; font-weight: 700; }
#removelogobtn { margin-left: 10px; }
.donate_btn { background: url(images/donate_btn.png) no-repeat top left; text-decoration:none;font-weight:bold;width:133px;line-height:29px;display:block;text-align:center;font-size:12px;color:#000;text-shadow:#f7d187 1px 1px; }
.donate_btn:hover { background-position: bottom left; color:#000; }
.donate_btn:active { color: #000; }