/*
 * Twitter Swell Only 4 Wordpress Plugins
 * Author: icyleaf
 * URI: http://www.icyleaf.cn
 */


/***** LoginForm *****/
#wsts-loginform{margin:10px;}
#wsts-username-lable, #wsts-password-lable{color:#313031;}
#wsts-username-text, #user-password-text{width: 200px;}
#wsts-submit{background:#F7F7F7; border:1px solid #ADAA9C;}


/***** TwitterForm *****/
#wsts-twitterform{margin:10px 0 10px 20px;}
#wsts-message{
    font-family:Î¢ÈíÑÅºÚ,'Lucida Grande',sans-serif;
    font-size:1.15em;
    line-height:1.1;
    overflow:auto;
    padding:5px;
    width:500px;
    height:2.5em;
}
#wsts-chars-left-notice{
    color:#CCCCCC;
    font-family:'Georgia','Serif';
    font-size:14pt !important;
    padding-right:20px;
}
.wsts-update{
    background:#848284;
    color:#FFFFFF;
    border:1px solid #000000;
    cursor:pointer;
    font-size:1em;
    font-weight:bold;
    padding:4px 8px;
    margin-top:5px;
}
.wsts-disabled{
    background: #EFEFEF;
    color:#636563;
    border:1px solid #CCCCCC;
    cursor:default;
    font-size:1em;
    font-weight:normal;
    padding:4px 8px;
    margin-top:5px;
}

h2.wstsh2{color:#000; font-size: 1.5em; font-weight:bold; float:left;}

/***** TweetForm *****/
#wsts-tweetform{
    background:#EEEEEE url(../images/twitterbg_gray.gif) no-repeat scroll right bottom;
    border:1px solid #F7F7F7;
    margin-top:10px;
    padding:8px 10px;
    width:308px;
}
.wsts-tweet-message{
    padding-left:15px;
}
.wsts-tweet-message li{list-style-type:square;}

/***** Other *****/
.right{float:right}
.gray{color: rgb(204, 204, 204);}