body
{
    font-family: ub_r, Arial, Verdana, sans-serif; font-size:16px; color:#333333;
}

input
{
    font-family: ub_r, Arial, Verdana, sans-serif; font-size:16px; color:#333333;
    font-size: 20px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

select
{
    background: rgba(0, 0, 0, 0.4);
    font-family: ub_r, Arial, Verdana, sans-serif; font-size:16px; color:#333333;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

table
{
    font-family: ub_r, Arial, Verdana, sans-serif; font-size:16px; color:#333333;
    width: 100%;
    white-space: nowrap;
}

.ui-state-active, .ui-widget-content .ui-state-active
{
    border: 1px solid #999999;
    background-color: #00AA00;
    color: white;
}
