#tweet_box {
    background-color: #db5793;
    color: #fff;
    display: none;
    margin: -25px 1px 40px 25px;
    padding: 5px 10px 10px 25px;
    position: relative;
    width: 739px;
}

#tweet_box h2 {
    font-weight: normal;
}

#tweet_box h3 {
    color: #fff;
    font-size: 18px;
    opacity: .8;
    position: absolute;
    right: 145px;
    top: 2px;
    z-index: 800;
}

#tweet_box .bird {
    position: absolute;
    right: 25px;
    top: -30px;
}

#tweet_box textarea {
    background-color: #f2c4d9;
    color: #444;
    font-size: 14px;
    height: 45px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 600px;
    z-index: 900;
}

#tweet_box button {
    background: transparent url("/site_media/img/round-btn.png") 0 0 no-repeat;
    border: none;
    bottom: 10px;
    color: #555;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 10px;
    width: 115px;
}

#tweet_box.disabled {
    opacity: .75; filter: alpha(opacity=75); zoom: 1;
}
#tweet_box.disabled button {
    cursor: default;
}

#tweet_box #close {
    bottom: -20px;
    color: #b72467;
    cursor: pointer;
    display: none;
    font-size: 1.15em;
    position: absolute;
    opacity: .8; filter: alpha(opacity=80); zoom: 1;
    right: 50px;
}
#tweet_box #close:hover {
    opacity: 1; filter: alpha(opacity=100);
    text-decoration: underline;
}
