﻿.BlueButton, .RedButton /* Fake the Jquery.UI button effect, for when it goes wrong!!!!!! */
{
    /* These all mimic the ui-button styles */
    background: url("jquery_ui_start/images/ui-bg_glass_45_0078ae_1x400.png") repeat-x scroll 50% 50% #0078AE;
    border: 1px solid #77D5F7;
    color: #FFF;
    padding: 0.1em 1em;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
    cursor: hand;
    cursor: pointer;
}
.RedButton
{
}