#rpopup {
  position: absolute;
  top: 100px;
  /*width: 500px;
  height: 400px;*/
  left: 20%;
  right: 20%;
  background-color: white;
  border:3px solid #B7CAF6;
  display: none;
}

#rpopuphlavicka {
  background-color: red;
  height:20px;
  border-bottom:3px solid #B7CAF6;
}

#rpopupzavrit {
  background-color: blue;
  height:20px;
  width:20px;
  float:right;
}

#rpopup input:disabled {
  background-color: white;
  text-decoration: none;
  border: 0;
}

#ipopup {
  position: absolute;
  /*width: 100px;
  height: 100px;*/
  background-color: white;
  border:3px solid #B7CAF6;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}


/*
kdyz bude nahore popup, tak bych za nej mohl zobrazit nejakej obr s polopruhlednosti
aby to vypadalo zasedivele....
*/
