div#WL_optionsBar{
    left: 126px;
    height: 26px;
    line-height: 26px;
    width: 71px;
    padding-top:1px;
    z-index: 10;
}
div[id="WL_optionsBar"]{
    position: fixed;
    bottom:0;
}
* html div#WL_optionsBar{
    position: absolute;
    /*position: fixed;*/
    left: 126px;
    top: expression( IgnoreMe = ( document.documentElement.scrollTop>0 ? document.documentElement.clientHeight + document.documentElement.scrollTop - this.clientHeight : document.documentElement.clientHeight - this.clientHeight) + 'px' );
}
div#WL_optionsBar a{
    float:left;
    width: 30px;
    height: 26px;
    cursor: pointer;
}
div#WL_optionsBar a.WL_icon_info{
    margin-left: 4px;
}
.MessengerBarControl_Logo{
    background: transparent url(http://static.myvip.com/design/wl/wllogo.png) no-repeat left center !important;
}
* html .MessengerBarControl_Logo{
    background: transparent !important;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.myvip.com/design/wl/wllogo.png', sizingMethod ='crop') !important;
}
.MessengerBarControl .ConversationControl_ParticipantCount, .MessengerBarControl .ConversationControl_ParticipantNameStatus, .MessengerBarControl .ConversationControl_ParticipantPersonalMessage{
    width: 230px !important;
}
.MessengerBarControl .ConversationControl_Participant {
    overflow:hidden !important;
}
.help_userpicker{
    padding-left: 271px;
    width: 270px;
    height: 223px;
    line-height: 28px;
    color: #fff;
    margin: 0 auto;
    background: transparent url(http://static.myvip.com/design/wl/help_userpicker.gif) no-repeat left center;
}