﻿  .overlay-container {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=50);
        /* Older than Firefox 0.9 */
        -moz-opacity: 0.06;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.06;
        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.06;
        z-index: 9998;
        text-align: center;
    }

    #overlaycontainer img {
        left: 50%;
        margin-left: -75px;
        margin-top: -33px;
        position: fixed;
        top: 50%;
        width: 150px;
        z-index: 9999;
    }

     .ui-autocomplete {
            max-height: 50%;
            overflow-y: auto;
            /* prevent horizontal scrollbar */
            overflow-x: hidden;
            width: auto !important;
           
        }
        /* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
        * html .ui-autocomplete {
            max-height: 50%;
            width: auto !important;
            overflow-y: auto;
            
        }
      .ui-autocomplete.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 13px;
}
 
.partialpublish
{
   padding-left:5%;
   padding-bottom:3%;
}
