﻿.CustomInfoBox
{
    position:absolute;
    display:none;
    
    font-family:Arial;
    font-size:smaller;
    
    background-color:White;   
    
    border-color:#C0C0C0;
    border-style:solid;
    border-width:1px;

    width:200px;
    z-index:9000;
    
}
.InfoBoxClose
{
    margin-right:2px;
    font-family:Arial;
    font-size:smaller;
    width:190px;
}
.InfoBoxClose a
{
    color:Red;
}
.InfoBoxTitle 
{
    font-family:Arial;
    font-size:smaller;
}
.InfoBoxDetails
{
    font-family:Arial;
    font-size:smaller;
}
.InfoBoxDetails a 
{
    color:Red;
}
