#globetweeter-wrapper {
	position: relative;
	width: 490px;
	height: 490px;
}

#TweetContent {
	width: 320px;
	margin-left: -200px;
	padding: 40px;
	display: none;
	position: absolute;
	left: 50%;
	top: -10px;
	background: #fff;
	-webkit-box-shadow:  0px 0px 25px 0px rgba(0, 0, 0, 0.16);
    box-shadow:  0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

#TweetContent .globe-arrow {
	width: 30px;
	height: 15px;
	background: url(img/globe_arrow.png);
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -15px;
	display: block;
}

#TweetContent span.flag {
	display: inline-block;
	vertical-align: text-bottom;
	*display: block;
	zoom: 1;
}

#TweetContent h3 {
	display: inline-block;
	*display: block;
	zoom: 1;
}