.dlgBackground {
position:absolute;
top:0px;
left:0px;
background:black;
}
.dlgWindow {
width:400px;
background:white;
}
.dlgWindowTitle {
background:#bcbfbb;
color: #2d2928;
font-size:12px;
font-weight:bold;
padding:3px 10px;
}

.dlgCompStatic {
padding:10px 10px;
}
.dlgCompStatic p {
}
.dlgCompStatic * {
color: #2d2928;
}
.dlgWindowButtons {
padding:5px 10px;
}
.dlgWindowButtons input {
float:right;
      margin-left:5px;
background:#ccc;
color: #2d2928;
border:1px outset #888;
}
.dlgCompTextline {
color: #2d2928;
border:1px solid black;
background:#eee;
width:260px;
}
.dlgCompTextline input {
}

