
.popupClose { 
display: none; 
position: absolute; 
width: 30px; 
height: 30px; 
overflow: hidden; 
text-indent: -9999px; 
z-index: 103; 
background: url(../images/close.png) no-repeat 0 0; behavior:url(../includes/iepngfix.htc); 
}
 html>body .popupClose {  /* nur fuer moderne Browser! */
    position: fixed;
 }
.popupBorder {
position: absolute;
display: none;
z-Index: 99;
border: 6px solid #fff;
background: #fff;  
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
-o-border-radius: 8px; 
border-radius: 8px;
box-shadow: rgba(0,0,0,0.3) 0 4px 13px;
-webkit-box-shadow: rgba(0,0,0,0.3) 0 4px 13px; 
-moz-box-shadow: rgba(0,0,0,0.3) 0 4px 13px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.3,#fefefe), to(#f4f4f4)); 
background: -moz-linear-gradient(top, #fff, #f4f4f4); 
filter:  progid:DXImageTransform.Microsoft.Shadow(color='#BBBBBB', Direction=135, Strength=9)
	     progid:DXImageTransform.Microsoft.Shadow(color='#EEEEEE', Direction=215, Strength=3)
		 progid:DXImageTransform.Microsoft.Shadow(color='#EEEEEE', Direction=0, Strength=3)
         progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f4f4f4'); /* IE6 & IE7 */

  /*zoom: 1;*/
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);

    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true); 
    -ms-filter:"progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true)";*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFF4F4F4)"; 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFF4F4F4);*/
}
 html>body .popupBorder {  /* nur fuer moderne Browser! */
    position: fixed;
 }

.popupTitle {
position: absolute;
top: 2px;
left: 10px;
z-Index: 102;
font-family: Verdana, Arial, sans-serif; 
font-size: 12px;
font-weight: bold;
}
.popupTitleBar {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
height: 19px;
background: #E4E4E4;
background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), color-stop(0.3,#fefefe), to(#f4f4f4)); 
background: -moz-linear-gradient(top, #E4E4E4, #f4f4f4); 
/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e4e4e4', endColorstr='#f4f4f4'); /* IE6 & IE7 */*/
border: 0px;
z-Index: 101;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
-o-border-radius: 4px; 
border-radius: 4px;
}

.popupText {
position: absolute;
top: 21px;
left: 5px;
border: 0px;
z-Index: 102;
scrollbar-base-color: #E4E4E4;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.3,#fefefe), to(#f4f4f4)); 
background: -moz-linear-gradient(top, #fff, #f4f4f4); 

/*
*background: none; -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFF4F4F4)"; 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFF4F4F4);*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction= 135, Strength=8);
zoom: 1;*/

	-webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    -o-border-radius: 8px; 
    border-radius: 8px;


}
.popupBgnd{
display: none;
position:absolute;
top:0px;
left:0px;
background:#FFFFFF;
width:100%;
height:100%;
opacity:0.7;
filter:alpha(opacity=70); 
border:0px;
z-Index:98;
}
 html>body .popupBgnd{  /* nur fuer moderne Browser! */
    position: fixed;
 }


