﻿#dialog-progress
    {
        width: 750px;
        font-size: 10px;
    }
    #dialog-progress .ui-dialog-titlebar-close{display:none;}
    .ui-datepicker
    {
        font-size: 17px;
    }
    #dialog-progress .ui-datepicker-trigger
    {
        cursor:pointer;
        margin-left:5px;
    }
    .ui-widget-header
    {
        font-size:13px;
    }
    #progressbar
    {
        background-color:#ffffff;
    }
    .ui-progressbar-value
    {
        background:url('/images/panel/progressBk.png') #99cc00 repeat-x;
    }
    .ui-progressbar .ui-widget-header
    {
        border-width:1px;
        border-bottom:1px solid #d49768;
    }
    #addressSearchResults, #accountSearchResults
    {
        margin:5px;   
    }
    .searchResults a:link, #tbAccount a:link, #tbAddress a:link
    {
        text-decoration:none;
        text-transform:lowercase;    
    }
    .searchResults a:hover, #tbAccount a:hover, #tbAddress a:hover  
    {
        text-decoration:underline;
    }
    .completedInfoText
    {
        width: auto; 
        background-color: White; text-align: center; padding: 10px; margin-bottom: 5px;
        font-weight: bold;
    }
    .ui-widget-overlay {
       position: fixed;  /* <---------- */
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
    }
    .ui-corner-left, .ui-corner-all
    {
        -moz-border-radius:0px;
       -webkit-border-radius:0px;
       -moz-border-radius:0px;
       -webkit-border-radius:0px;
       -moz-border-radius-topleft:0px;
       -webkit-border-top-left-radius:0px;
       -moz-border-radius-bottomleft:0px;
       -webkit-border-bottom-left-radius:0px;
}