*:not(input):not(textarea) {
    -webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}
#myProgress {
    position: absolute;
    left: 320px;
    top: 470px;
    width: 200px;
    height: 30px;
    z-index: 100;
    pointer-events:none;
}
#label {
    font-family: "Verdana", Times, serif;
    font-size: 20px;
    text-align: center; /* If you want to center it */
    line-height: 30px; /* Set the line-height to the same as the height of the progress bar container, to center it vertically */
    color: #696A6B;
}

body
{
      background: url('images/od_bckg_top.jpg') no-repeat 50% 0;
      padding:210px 0 0;
}