
#tooltip 
{
	position: absolute;
	z-index: 3000;
	border: none; /* 1px solid #111;*/
    background-color: Transparent;
	padding: 0; /* 5px;*/
	/*opacity: 0.85;*/
}

#tooltip h3, #tooltip div 
{ 
    margin: 0; 
}

.AccreditationsPopup
{
    background-image: url(../Images/Backgrounds/bkg-Accreditations-Popup.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 212px;
    padding-top: 27px;
}

.AccreditationsPopup div
{
    background-color: #fff;
    width: 173px;
    border: Solid 3px #5ea507;
    border-top: none 0;
    float: right;
    padding: 0 10px 10px 10px;
}
