body {
    margin: 0;
    padding: 30px 0 0 0;
    overflow: hidden;
}

#frame_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    background: white center no-repeat url("images/tmproad-bg.png");
    font-family: sans-serif;
    font-size: 14px;
    overflow: hidden;
}

#closex {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    color: white;
    padding-right: 24px;
    height: 24px;
    background: url("images/adX.png") no-repeat top right;
    z-index: 5;
}

#ifm {
    width: 100%;
    height: 100%
}

#frame_bar img {
    border: 0;
}

#twmoney {
    position: absolute;
    top: 0;
    left: 2px;
    height: 30px;
    width: 260px;
    background: transparent left no-repeat url("images/logo-ad.png");
}

.tweet_info {
	min-width:400px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
}

#retweet {
    position: relative;
    background-color: #f2fbff;
    border-top: solid 1px #74c4c8;
    border-left: solid 1px #74c4c8;
    border-right: solid 2px #114F52;
    border-bottom: solid 2px #114F52;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#tweet {
    position: relative;
    border-top: solid 1px #74c4c8;
    border-left: solid 1px #74c4c8;
    border-right: solid 2px #114F52;
    border-bottom: solid 2px #114F52;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 0.5em 3px;
    background-color: #f2fbff;
    width: 300px;
    z-index: 2;
}

.twt_pic {
	width: 26px;
	height: 26px;
}
