#twitter-posts {
		font-family: Helvetica, Arial, sans-serif;
}

#twitter-posts p + p {
    text-indent: 0px;
}

.twitter-post-meta {
    margin-left: 3px;
}

html.borderimage .twitter-post {
    display: block;
    margin: 18px 0px;
    padding: 2px 0px 4px 8px;
    position: relative;
    border-image: url('../img/bubble.png') 4 19 16 4 / 4px 19px 16px 4px stretch stretch;
    -moz-border-image: url('../img/bubble.png') 4 19 16 4 / 4px 19px 16px 4px stretch stretch;
    -o-border-image: url('../img/bubble.png') 4 19 16 4 / 4px 19px 16px 4px stretch stretch;
    -webkit-border-image: url('../img/bubble.png') 4 19 16 4 / 4px 19px 16px 4px stretch stretch;
}

html.borderimage .twitter-post-meta {
    bottom: -22px;
    display: block;
    margin: 0px;
    right: 6px;
    position: absolute;
}

