/*
 Complex checkbox styling


input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none;
}

input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: 0em;
    line-height: 1.5em;
}

input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 0.25em;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    vertical-align: bottom;
}

input[type=checkbox]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: rgb(0, 116, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(82, 153, 44);
    font-weight: bold;
}

*/

/*
Buttons
*/

.background-red {
    background: #ee1d24 none !important;
}
.background-green {
    background: #37b54c  none !important;
}
button {
    border:none;
}
input[type=submit],
input[type=button],
input[type=reset],
button.rt-round
{
    font-weight: normal;
    font-family: "Esteban", arial, serif;
 /*   text-shadow: 0px 1px 2px #EEE;*/
    font-size: 13px;
    width: 130px;
    height: 24px;
    text-align-all: center;
    border: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: white !important;
}


input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
button:focus
{
    /*border:1px solid #fd9921;*/
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button.border-on-hover:hover
{
    cursor: pointer;
    border:1px solid white !important;
}

input[type=button].paypal, input[type=submit].paypal
{

    background-image: url('../img/paypal1.png'), url('../img/button_middle.png');
    background-size: 60px 22px;
    background-position: center;
    background-repeat:no-repeat,repeat-x;
    width:100px;
}

input[type=button].paypal:hover
{
    background-image: url('../img/paypal1.png'), url('../img/button_middle_hover.png');
}

input[type=button].paypal:active
{
    border:inset 1px gray;
}
input[type=button].visa
{
    background-image: url('../img/button_middle.png');
}

input[type=button].mastercard
{
    background-image: url('../img/button_middle.png');
}
/* Styles for apprise */

