.liked_box_row {
    float: left;
    height: 90px;
    overflow: hidden;
    text-align: center;
    width: 58px;
}
a.wall_action .input_check
{
    margin-top: 5px;
}
a.wall_action i
{
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
}
a.wall_action i.unrec
{
    background: url("/static/wall/toggle-collapse.png") no-repeat scroll 0 0 transparent;
}
a.wall_action i.rec
{
    background: url("/static/wall/toggle.png") no-repeat scroll 0 0 transparent;
}



#tooltip span
{
    background: none repeat scroll 0 0 #FFFFD0;
    border: 3px solid #FFDD80;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    padding: 5px 6px;
    color: black;
}
#tooltip .corner
{
    height: 0px;
    width: 2px;
    border: 10px solid transparent;
    border-top-color: #FFDD80;
    margin: 0 auto;
    text-align: center;
    margin-top: 7px;
}
#tooltip
{
    margin-top: -40px;
    position: absolute;
    display: none;
}
#tooltip .corner
{
    display: block;
}
.message_tech_info #tooltip
{
    margin-left: -87px;
    margin-top: -58px;
}

a.wall_action.sub
{
    float: right;
    margin-top: 15px;
    margin-right: 35px;
}
a.wall_action.sub {
    background-color: #FAFAFA;
    border-color: #DCDCDC;
    color: #5A5A5A;
}
a.wall_action.unsubscribe,a.wall_action.sub:hover {
    background-color: #FFFFD0;
    border-color: #FFDD80;
    color: #525222;
}
a.wall_action.sub {
    border: 1px solid gainsboro;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    cursor: pointer;
    display: block;
    font: bold 11px Verdana,Tahoma,sans-serif;
    margin-left: 5px;
    outline: 0 none;
    padding: 5px 5px;
    text-decoration: none;
}
