#Window{
   z-index:10;
}

#Win{
   border: 3px solid #808080;
   background-color: white;
}

#WinTitle{
   border: solid #808080;
   border-width:0px 0px 1px 0px;
   background-color: #CCFFDE;
   padding: 5px;
   font-weight: bold;
   text-align:center;
}

#WinTitleName{
   font-size: 10pt;
   font-weight: bold;
   width:85%;
}

#CloseIcon{
   float:right;
   cursor: pointer;
}
