.popupBorder {
border: 1px solid #CCCCCC;
position: absolute;
display: none;
background: #FFFFFF;
z-Index: 99;
}
 html>body .popupBorder {  /* nur fuer moderne Browser! */
    position: fixed;
 }

.popup2ndBorder {
border: 1px solid #999999;
position: absolute;
background: #FFFFFF;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-Index: 100;

}
.popupTitle {
position: absolute;
top: 2px;
left: 10px;
z-Index: 102;
font-family: Verdana, Arial, sans-serif; 
font-size: 12px;
font-weight: bold;
}
.popupClose {
position: absolute;
top: 3px;
right: 3px;
border: 0px;
z-Index: 102;
}
.popupTitleBar {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
height: 19px;
background: #DDDDDD;
border: 1px solid #999999;
z-Index: 101;
}
.popupText {
position: absolute;
top: 21px;
left: 5px;
border: 0px;
z-Index: 102;
scrollbar-base-color: #999999;
}
.popupBgnd{
display: none;
position:absolute;
top:0px;
left:0px;
background:#000000;
width:100%;
height:100%;
opacity:0.5;
filter:alpha(opacity=50);
border:0px;
z-Index:98;
}
 html>body .popupBgnd{  /* nur fuer moderne Browser! */
    position: fixed;
 }
