body
{
    FONT-FAMILY:arial;
    FONT-SIZE:11px;
    color:#000000;
    margin:0;
    background: rgb(136, 136, 136);
    background: -moz-linear-gradient(left, rgb(72, 72, 72) 0%,rgb(136, 136, 136) 100%);
    background: -webkit-linear-gradient(left,rgb(72, 72, 72) 0%,rgb(136, 136, 136) 100%);
    background: -o-linear-gradient(left, rgb(72, 72, 72) 0%,rgb(136, 136, 136) 100%);
    background: -ms-linear-gradient(left, rgb(72, 72, 72) 0%,rgb(136, 136, 136) 100%);
    background: linear-gradient(left, rgb(72, 72, 72) 0%,rgb(136, 136, 136) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=rgb(72, 72, 72), endColorstr=rgb(136, 136, 136),GradientType=1 );
}
#login_blurb_div {display:none;width:650px;height:250px;position:absolute;z-index:2;}
.invisible {display:none;}

.ui-widget-content {
    background: #fff;
}