#styled_popup {
 width: 400px;
 height: 563px;
 position: absolute;
 top: 145px;
 left: 50%;
 }
 
#title {
 height:25px;
 width:375px;
 background: url('pict/title.gif');
 }
 
#close {
 position: absolute;
 top: 0px;
 left: 375px;
 border:none;
 }

#pic {
 position: absolute;
 top: 25px;
 left: 0px;
 background: url("pict/salHC.gif") no-repeat top left;
 width: 400px;
 height: 538px;
/* z-index:-1;*/
 }

#zavri {
 border:none;
}
