.tweet-button-sub-container {
    display: inline-block;
}

.tweet-spinner {
    position: absolute;
    right: 90px;
    top: 20px;
    vertical-align: top;
	z-index:100;
	display:block;
}

.mozilla .tweetbox-counter-tipsy, .msie .tweetbox-counter-tipsy {
    position: relative;
    top: -8px;
}

.tweetbox-counter-tipsy {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    margin-right: 2px;
    text-align: right;
}

/*.tweet-counter.warn {
    color: #5C0002;
}*/
.tweet-counter {
/*display:none;*/
    background-color: transparent;
    border: 0 none;
    color: #999999;
    display: inline-block;
    font: 14px 'helvetica neue','lucida grande',helvetica,arial;
    padding: 0 3px;
    position: relative;
    text-align: right;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    top: 7px;
    vertical-align: top;
    width: 35px;
}





.tweet-counter[disabled] {
    background-color: transparent;
    box-shadow: none;
    cursor: default;
}


.tweet-button-sub-container .tweet-counter-show {
      color: #555555;
}


.tweet-button-sub-container .superwarn {
    color: #D40D12;
}




