#error{
    border:solid 1px #CB2026;
    background:#F6CBCA;
    color:#222222;
    padding:4px;
    text-align:center;
    width: 180px;
    font-size: 10px;
    margin-bottom: 10px;
    display: none;
}

#twitter_wrapper {
    margin-bottom: 10px;
}

#content {
   width: 180px;
   border-left: 1px solid #94A6B0;
   border-right: 1px solid #94A6B0;
   border-bottom: 1px solid #94A6B0;
   padding-left: 10px;
   padding-top: 5px;
}

.tweet_img {
    float: left;
    margin-top: 3px;
    padding-right: 5px;
}

.tweet_img img {
    width: 24px;
}

.tweet_text {
    font-size: 10px;
}

.tweet_info {
    margin-top: 3px;
    font-size: 8px;
    color: #999999;
}

.tweet_wrap {
    display: none;
}

.clear {
    clear: both;
}
