﻿.Iwindow {
    font-family: "Lucida Grande",Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: 105px;
    min-width: 105px;
    min-height: 105px;
    top: 5px;
    left: 5px;
    position: absolute;
    overflow: visible;
    z-index: 103;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}
.IwindowTitle{
    background-color: transparent;
    border-style: hidden;
    border-width: 0px;
    font-family: Arial, Georgia, sans-serif, Sylfaen, "Arial AMU";
    font-size: 8pt;
    cursor: default;
    color: #DDDDDD;
    width: 90px;
    height: 16px;
    text-align: left;
}
.Iwindowclose {
    cursor: pointer;
}
.Iwindowhide {
    display: none;
    position: absolute;
    overflow: visible;
    z-index: 105;
}
