#hold 
{
  width: 200px;
  height:60px;
  border: 2px #A7A18F solid;
  z-index: 10000;
  position: absolute;
  background: #fff;
  display: none;
  padding: 10px;
}
#hold .notka 
{
  padding-top:5px;
}
#holdIcoDiv 
{
  width: 100%;
  text-align:center;
}
#holdMsg 
{
  width: 100%;
  text-align:center;
  color: #6c594c;
}
#covering 
{
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  top:0px;
  left:0px;
  background: #000;
  display: none;
  opacity:0.15;
  filter: alpha(opacity=15);
}
