/* progress_timed begin */
.ibsa_hover {
    background: gray;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: #FFFFFF;
    opacity: 0.5;
    z-index: 1000;
}

.ibsa_vcenter_fix {
/*  min-width: 200px;
  max-width: 320px;
  min-height: 125px;
  max-height: 200px; */
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 1010;
}

.ibsa_vcenter_float1 {
    width: 100%; 
    height: 100%;
    margin:0; 
    padding:0; 
    display:table;
    z-index: 1020;
}
.ibsa_vcenter_float2 {
    display: table-cell; 
    vertical-align :middle;
}
.ibsa_vcenter_float3 {
    max-width:60%;
    margin:0 auto; 
}

.ibsa_shadow_1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #A6A6A6 #A6A6A6 #979797;
    border-image: none;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 4px 4px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 4px 4px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 4px 4px 10px 4px rgba(119, 119, 119, 0.75);
}

.ibsa_psave_window {
  min-width: 320px;
  max-width: 512px;
  min-height: 200px;
  max-height: 320px;    
}

#ibsa_psave_msg {
    text-align: center;
}
/* progress_timed end */