#customVEInfoBox 
{
    /*background: url('images/beakleft.gif') no-repeat 0 0;    */
    position:absolute;
    font-family:Arial;
    font-size:12px;
    
}

#customVEInfoBox.hidden
{
    visibility:hidden;
    display:none;
}

#leftBeak
{
    /*
    position:relative;
    left:-5px;
    top:50px; 
*/   
    float:left;
}

#rightBeak
{
    /*
    position:relative;    
    top:50px;    
    left:-4px;
*/
    float:left;
}

#infoBoxContent
{
    float:left;
    width:400px;
    background-color:White;
    border:1px solid gray;
    
}

#infoBoxTitle
{
    color:black;
    background: white;
    font-size:large;
    font-weight:bold;
    float:left;
    text-align:center;
}

#infoBoxBody
{
    
    padding:.5em;
}

#infoBoxFooter
{
    clear:both;
    padding:.5em;
}

.infoBoxHeader
{
    background:white url('images/infobox_topbar.gif') repeat-x;
    height:23px;    
    margin:0;
        
}


.infoBoxHeaderLeft
{
    background:white url('images/infobox_topleft.gif') no-repeat;
    height:23px;
    float:left;
    width:15px;
    
}

.infoBoxHeaderRight
{
    background:white url('images/infobox_topright') no-repeat;
    height:23px;
    float:right;
    width:15px;
    
}