﻿.FriendLinkBox
{
    border: solid 1px #ddd;
    padding: 20px 0 30px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
    background-image: -webkit-linear-gradient(#fff, #F5F5F5);
    background-image: -moz-linear-gradient(#fff, #F5F5F5);
    background-image: -ms-linear-gradient(#fff, #F5F5F5);
    background-image: -o-linear-gradient(#fff, #F5F5F5);
    background-image: linear-gradient(#fff, #F5F5F5);
}
.FriendLinkBox h1
{
    font-size: 20px;
    font-family: 'Microsoft Yahei', '微软雅黑', MSYahei, '黑体', '宋体', Verdana, Arial, Helvetica, sans-serif;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.FriendLinkBox .x1
{
    padding: 30px 0 0 30px;
}
.FriendLinkBox .x1 .con1
{
    font-size: 14px;
    font-weight: bold;
    color: #06c;
}
.FriendLinkBox .x1 .con2
{
    padding-top: 8px;
}
.FriendLinkBox .x1 .con3
{
    padding-top: 10px;
}
.FriendLinkBox .x1 .con3 table
{
    background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.FriendLinkBox .x1 .con3 th
{
    height: 30px;
    background: #F7F7F7;
    font-size: 14px;
    color: #444;
}
.FriendLinkBox .x1 .con3 td
{
    padding: 8px 0;
    background: #fff;
}
.FriendLinkBox .x1 .con3 .td1
{
    font-size: 14px;
    color: #666;
    padding-right: 10px;
    text-align: right;
    width: 100px;
    font-weight: bold;
}
.FriendLinkBox .x1 .con3 .td1 b
{
    background: url(/s/img/g/WillFill.gif) no-repeat 0 center;
    padding-left: 12px;
}
.FriendLinkBox .x1 .con3 .td2
{
    padding-left: 10px;
}
