img
{
    border:1px solid #9c9a9a;
    padding: 0;
    cursor:pointer;
}
div#modaltintdiv
{
    position: absolute;
    background-color: #202020;
    display: none;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 0px;
    
    
}
div#modalouter
{
    position: absolute;
    display: none;
    border: 1px solid #b7ccdf;
    font-size: 12px;
    padding: 0px;
    text-align: center;
    background-color: #fcfdff;
    
    
}
div#modaltitle
{
    color: #FFFFee;
    text-decoration: none;
    border-bottom: 1px solid #b7ccdf;
    height: 18px;
    width: 100%;
}
div#modaltitleleft
{
    float: left;
    height: 18px;
    width: 16px;
    background-color: #fcfdff;
}
div#modaltitlemiddle
{
    float: left;
    text-align: left;
    font-family: Verdana;
    font-weight: bold;
    color: #006699;
    padding: 2px 0 0 5px;
}
div#modaltitleright
{
    float: right;
    height: 18px;
    width: 80px;
    background-color: #477487;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    padding: 1px 0 0 0;
    cursor: pointer;
}

