.query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 395px;
}
.query .tweet_list li {
    overflow: auto;
    margin: 0 0 0 0.8em;
    padding: .5em;
    positioN: relative;
}
.query .tweet_list li a {
    color: #444;
}
.query .tweet_list .tweet_even {
    background: url(../img/bg_hell.jpg);
}
.query .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
    position: absolute;
    left: .5em;
    top: .6em;
}
.query .tweet_list .tweet_avatar img {
    vertical-align: middle;
}
.query .tweet_text {
    float: left;
    line-height: 1.1em;
    padding-left: 40px;
}
.query .nfo {
    display: block;
    font-size: 0.8em;
    padding-left: 40px;
    clear: both;
}
.query .loading {
    background: url(../img/loading.gif) no-repeat center center;
    display: block;
    height: 32px;
    overflow: hidden;
    line-height: 12em;
    margin-top: 100px;
}
