.tweet {
    text-align:left;
    font-size: 11px;
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 0;
    width:305px;
    height: 152px;
    position: absolute;
    z-index: 3;
    margin:auto;
    right: 0px;
    top: 1px;
    background: url('tweetbg.png');
    background-repeat: no-repeat;
}

.tweet .tweet-image {
	float: center;
	margin: 0px 10px 5px 0px;
}

.tweet .tweet-username {
    text-align: right;
    padding-right: 15px;
}

.tweet .tweet-username a {
	font-size: 1.1em;
}

#tweet-error {
	margin-top: 25px;
    margin-bottom: 1px;
}

#tweet-error strong {
	font-size: 1.2em;
	font-weight: bold;
}

#tweet-error p {
	padding: 5px 0px;
}