#profile-popup {
    position:absolute;
}



#profile-popup .profile-container {
    position: absolute;
    width: 220px;
    height: 121px;
    border: 1px solid #ccc;
    background-color:#fff;
    z-index: 12002;
        text-align: left;
}

#profile-popup .arrow-container {
    position: absolute;
    top: 13px;
    width: 220px;
    height: 121px;
    background: url(/images/backgrounds/blue-arrow.gif) no-repeat center bottom;
    z-index: 12001;
}

#profile-popup .shadow-image {
    position:absolute;
    top: 5px;
    left:5px;
    width: 220px;
    height: 121px;
    background-color: #000;
    z-index:12000;
    filter: alpha(opacity=05);
    opacity:.05;
    moz-opacity:.05;

}



#people-text-container,
#company-text-container{
    margin-left: 18px;
    margin-top: 17px;
}

#people-text-container br {
    clear:left;
}

#company-text-container br {
    clear:left;
}

#people-text-container .title {
    float:left;
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    width: 65px;
}

#company-text-container .title {
    float:left;
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    width: 65px;
}

#people-text-container .text {
    float:left;
}

#company-text-container .text {
    float:left;
}

