#online_conf{
    height: auto;
    width: 185px !important;
    position: relative;
    margin-bottom:20px;
}
.online_img{
    width: 100%;
    display: block;
}
#conf_body{
    position: relative;
    width: 158px;
    height: auto;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    border-left: 1px solid #E1E9EC;
    border-right: 1px solid #E1E9EC;
    border-bottom: 1px solid #E1E9EC;
}
#conf_body>img{
    top: -14px;
}
#conf_body a{
    font-size: 12px;
}

#conf_body div {
    font-size: 11px;
    line-height:15px;
    color: #81949d;
}
#conf_body .fio{
    font-size: 11px;
    color: #333333;
    margin-top: 10px;
}
#online_conf .trig {
    width:14px;
    height:14px;
    position: absolute;
    left: 15px;
    top: -14px;
    background: url("images/trig.png") 0 0 no-repeat;
}