#editionEdit, #editionEditDialog {
  left: 5%; 
  top: 5%; 
  width: 90%; 
  height: 90%; 

  overflow: auto;
 	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  border: 10px solid #AAAAAA; 
  margin-left: -10px; 
  }

#editionEdit.event {
  left: 25%; 
  top: 2%; 
  width: 50%; 
  height: 90%; 
  }

#editionEdit.photo {
  top: 2%; 
  width: 60%;
  left: 20%; 
  }


#editionEdit #zamknijbtn, #extEditionEdit #extZamknijbtn {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../icons/close.png') no-repeat;
  cursor: pointer;
  border: 0px;
  text-indent: -1000px;
  top: 10px;
  right: 5px;
  }

#editionEdit #zatwierdzbtn, #zatwierdzbtn {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../icons/disk24.png');
  cursor: pointer;
  border: 0px;
  text-indent: -1000px;
  top: 65px;
  right: 10px;
  border: 0px;
  }
  
#editionEdit #usunbtn {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../icons/bin-metal.png');
  cursor: pointer;
  border: 0px;
  text-indent: -1000px;
  top: 100px;
  right: 10px;
  }

#editionEdit #nowybtn {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../icons/plus.png');
  cursor: pointer;
  border: 0px;
  text-indent: -1000px;
  top: 125px;
  right: 10px;
  }      
/* JQMODAL */
#centralsect A.newevent  {
  position: absolute;
  top: 4px;
  right: 5px;  
  opacity: 0.2;
  background: url('../icons/quill--plus.png') no-repeat right; 
  font-weight: normal;
  text-transform: none;
  border: 0px; 
  text-decoration: none;
  text-indent: -10000px; 
  }

#centralsect A.editevent  {
  opacity: 0.2;
  background: url('../icons/quill.png') no-repeat left; 
  font-weight: normal;
  text-transform: none;
  border: 0px; 
  text-decoration: none;
  font-size: 9px;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-indent: -10000px;
  }

#centralsect H3 A.editevent {
  float: right;
}
#centralsect A.editevent.photo  {
  background: url('../icons/photo-album--plus.png') no-repeat left;
  }
#centralsect A.editevent.document  {
  background: url('../icons/document--plus.png') no-repeat left;
  }

#centralsect A.editevent:hovera {
  width: auto;
  text-indent: 0px;
  }
  
#centralsect A.newevent:hover, #centralsect A.editevent:hover{
  opacity: 1;
  }  
  
.jqauto {
  background: rgb(255,255,233) url('../images/jq.ab.png') no-repeat;
  background-position: right 50%;
  padding-right: 20px;
  }