#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  height:524px;
  width:622px;
  left:40%;
  margin-left:-150px; /* half the width, to center */
  background-image:url(/images/wielblad.png);
  color:red;
  text-align:center;
}

#modalContainer a.modalCloseImg {
  background:url(/images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:250px;
  right:20px;
  cursor:pointer;
}



/*okienko prawidłowego dodanie czegokolwiek */

#akceptacja {
  height:100px;
  width:300px;
  left:50%;
  top:30%;
  margin-left:-150px;  /* half the width, to center */
  background-color:#000;
  border:3px solid #ccc;
  color:red;
  text-align:center;
  -moz-border-radius:10px;
}

#akceptacja a.modalCloseImg {
  background:url(/images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

/*okienko zmiany nazwy albo linku*/
#linki_modal {
  height:165px;
  width:200px;
  left:50%;
  top:30%;
  margin-left:-100px; /* half the width, to center */
  background-color:#000;
  border:3px solid #ccc;
  color:#C0C0C0;
  -moz-border-radius:10px;
}

#linki_modal a.modalCloseImg {
  background:url(/images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

