
#admoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background-color: black;
 /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
  opacity: 0.4;
  display: block;
    text-align: center;
   
}
#inner-adm{
	
	  position: fixed;
	   top: 16%;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
 
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;

  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
	}
#adm_con{	
	background-color:white;
	 position: relative;
 
 
 min-width: 290px;
height: 250px;
  margin: 0 auto;
  padding:8px;
  -webkit-border-radius: 4px;
 
  -o-border-radius: 4px;
  border-radius: 4px;
	
	}
	
	#con_close{
	
	text-align: center;
	 position: relative;
	top:0.14em;
	 right:0.5em;
	 margin-left:1em;
	z-index:33333;

	}
	
	.lnk_close{
	  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../grafik/mylightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
/*  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);*/
  opacity: 0.7;

	
	}
	.lnk_close:hover{
	
	 cursor: pointer;
/*  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  opacity: 1;
	
	
	
	
	}
	
