
.status_update
{
    position : relative;
    width : 375px;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    height : 90px;
    border-bottom-color : #a9c0e1;
    background : url(../twitter/img/gradient.png) repeat-x;
}


.loading1
{
    background : url(http://www.fdlite.com/football/twitter/img/image_23579.gif) no-repeat;
    width : 100px;
    height : 50px;
}

#tweet_update
{
    font-family : tahoma;
    font-size : 0.8em;
}

.font_default_black
{
    font-family : tahoma;
    font-size : 0.8em;
    color : #000;
}
.font_default_white
{
    font-family : tahoma;
    font-size : 0.8em;
    color : #fff;
}

.input_tweet
{
    position : relative;
    float : left;
    width : 225px;
}
.do_tweet
{
    position : relative;
    float : right;
    width : 150px;
}
.count_char_tweet_class
{
    font-family : tahoma;
    font-size : 1.5em;
    color : #327225;
}
.count_char_tweet_class140
{
    font-family : tahoma;
    font-size : 1.5em;
    color : #93041d;
}

#friend_timeline
{
    position : relative;
    width : 375px;
    margin-top : 10px;
}

.friend_t_class a
{
    color : #d54440;
    text-decoration : none;
}

.friend_t_class
{
    position : relative;
    padding-top : 5px;
    padding-bottom : 5px;
    border-top-style : dashed;
    border-top-width : 1px;
    border-color: #ffc6c6;
    height : 80px;
    width : 375px;
}
.friend_image
{
    width : 50px;
    
    float : left;
    padding-left : 5px;
}
.friend_status
{
    width : 315px;
    height : 50px;
    float : right;
    line-height : 1;
}
.show_time_souce
{
    font-family : tahoma;
    font-size : 0.7em;
    color : #3F0303;
}
.show_time_souce a
{
    text-decoration : underline;
    color : #3F0303;
}
.retweet
{
    padding-left : 6px;
    font-family : tahoma;
    font-size : 0.6em;
    color : #000;
    cursor : pointer;
    display : none;
}
.del_tweet
{
    font-family : tahoma;
    font-size : 0.6em;
    color : #000;
    cursor : pointer;
    display : none;
}
