div.whiteOverlay { background: black; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
    
    position: fixed;
    top: 5%;
    left: 50%;
    
  margin-left: -385px;
  width: 790px;

  overflow: hidden;
  z-index:999;
  /* font-family:verdana,tahoma,helvetica; */
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog, * html div.jqmDialog2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
  background: #F5F7F6 repeat-x 0px -82px; 
  color: #528c00;
  padding: 7px 22px 5px 5px;
  /* font-family:"sans serif",verdana,tahoma,helvetica; */
  font-weight: bold;
  * zoom: 1;
}



/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: #FFFFFF;
  padding: 7px 7px 7px;
  height: 520px;
  overflow: auto;
}


div.jqmdMSG { color: black; /* font-size: 14px; */ padding: 10px 10px 20px 10px; }


/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background-image: url('../images/close.gif');
  overflow: hidden;
  
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  color: #777;
  background-color: #fff;
  cursor: pointer;

}

div.jqmDialog input:focus, div.jqmDialog input.iefocus, 
div.jqmDialog2 input:focus, div.jqmDialog2 input.iefocus{ background-color: #eaffc3; }




div.jqmdTL { background: #F5F7F6 0px -41px; padding-left: 3px;}
div.jqmdTR { background: #F5F7F6 right 0px; padding-right: 3px; }


div.jqmdBL { background: #F5F7F6 left bottom; padding-left: 7px; }
div.jqmdBR { background: #F5F7F6 right bottom; padding-right: 7px;  }




#dialog_zasady
{

	border: 3px solid #C9C9C9;

}


#dialog_okno
{
	display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;


}