body
{
 color: #000000;
 background-color: #FFFFFF;
}
body > div:not([class]):not([id]), body > form > div:not([class]):not([id]),
body > p:not([class]):not([id]), body > form > p:not([class]):not([id])
{
 margin-top: 0;
 margin-bottom: 0;
}
body > div:not([class]):not([id]), body > form > div:not([class]):not([id]),
body > p:not([class]):not([id]), body > form > p:not([class]):not([id])
{
 padding: 0.5em 0;
}
a, a:visited
{
 color: #0000A0;
}
a:active
{
 color: #0000FF;
}
span.button, a.button[disabled], button[disabled], input[type="radio"].rbox + label[disabled]
{
 border-color: #E6E6E6;
 background-color: #F8F8F8;
}
a.button.bordered, button, input[type="radio"].rbox + label
{
 color: #000000;
 border-color: #E3E3E3;
 background-image: linear-gradient(to bottom, #F8F8F8, #F1F1F1);
 background-color: #F1F1F1;
}
a.button:hover:not([disabled]), button:hover:not([disabled]), a.button:focus, button:focus, input[type="radio"].rbox + label:hover:not([disabled]), input[type="radio"].rbox + label:focus
{
 border-color: #C6C6C6;
 background-image: linear-gradient(to bottom, #F8F8F8, #F1F1F1);
 background-color: #F1F1F1;
}
a.button:hover:not([disabled]), button:hover:not([disabled]), input[type="radio"].rbox + label:hover:not([disabled])
{
 box-shadow: 0px 1px 1px #E0E0E0;
}
a.button:hover:not([disabled]):active, button:hover:not([disabled]):active
{
 box-shadow: inset 0px 1px 1px #E0E0E0;
}
a.button.bordered.donate
{
 color: #000000;
 border-color: #71E371;
 background-image: linear-gradient(to bottom, #7CF87C, #78F178);
 background-color: #78F178;
}
a.button.donate:hover:not([disabled]), a.button.donate:focus
{
 border-color: #63C663;
 background-image: linear-gradient(to bottom, #7CF87C, #78F178);
 background-color: #78F178;
}
a.button.donate:hover:not([disabled])
{
 box-shadow: 0px 1px 1px #70E070;
}
a.button.donate:hover:not([disabled]):active
{
 box-shadow: inset 0px 1px 1px #70E070;
}
select
{
 background-color: #FFFFFF;
 border-color: #404040;
 color: #000000;
}
input[type="radio"].rbox:checked + label
{
 border-color: #C6C6C6;
 background-image: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
 background-color: #F1F1F1;
 box-shadow: inset 0px 1px 1px #E0E0E0;
}
form input[type="text"], form input[type="password"], form input[type="number"], form textarea
{
 background-color: #FFFFFF;
 border-color: #404040;
 color: #000000;
}
form input[type="text"][disabled], form input[type="password"][disabled], form input[type="number"][disabled], form textarea[disabled]
{
 background-color: #E0E0E0;
 border-color: #707070;
 color: #C0C0C0;
}
#footer .styleBox
{
 border-color: #000000;
}