/* 
    Document   : widget-share
    Created on : 2010-1-14, 9:53:43
    Author     : zhangquan.tw
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*·ÖÏíµ¯³ö²ã*/

.share-popup .sns-nf p{
    height: auto;
}
.share-popup {
    width:423px;
    padding:10px 0 0 0;
}
.share-popup .logo {
    background:url(http://a.tbcdn.cn/app/sns/img/taojianghu_logo.png) no-repeat;
    width:193px;
    height:29px;
    margin:0 0 20px 10px;
}
.share-popup .f-txt{
    width:375px;
    color:#333;
    font-weight:bold;
}
.share-popup .content {
    padding:15px 10px;
}
.share-popup .subject{
    background: #F3F3F3;
    padding: 5px;
}
.share-popup .reason {
    margin-top:10px;
}
.share-popup .sns-nf label{
    width: auto;
}
.share-popup  .url{
    width: 375px;
    overflow: hidden;
    height: 20px;
    word-spacing: normal;
    color:#B0B0B0;
}
.share-popup .sns-nf .url{
     height: 20px;
}

.share-popup .act {
    margin:10px 0 0 72px;
}
.panel .sns-popup {
    width:auto;
}
.share-popup .share-video .f-txt,.share-popup .share-video .url{
    width:235px;
}
.share-popup .share-shop .f-txt,.share-popup .share-shop .url{
    width:115px;
}
.share-popup .share-goods .f-txt,.share-popup .share-goods .url{
    width: 285px;
}
.share-popup .share-album .f-txt,.share-popup .share-album .url{
    width: 215px;
}


