a {
	text-decoration: none;
}

#twitter_feed_box {
	margin-bottom: 18px;
	width: 236px;
	min-height: 416px;
	height: auto;
	text-align: center;
}

#twitter_feed_box .box_small_mid {
	min-height: 396px;
	text-align: center;
}

#twitter_feed_box .title {
	padding-bottom: 10px;
}

#twitter_feed_box #disclaimer {
	padding-bottom: 14px;
	font-size: 9px;
	color: #AAAAAA;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-family: Helvetica, Arial, sans-serif;
}

#twitter_feed_box .box_content {
	width: 216px;
	padding-left: 15px;
	min-height: 396px;
}

#sidebar #link_box_appsmile {
	margin-top: 11px;
	width: 236px;
	height: 64px;
}

#sidebar #link_box_ustwo {
	margin-top: 11px;
	width: 236px;
	height: 79px;
}

#link_box_appsmile .box_small_mid {
	height: 44px;
}

#link_box_appsmile .box_content {
	width: 208px;
	padding-left: 14px;
	height: 36px;
	padding-top: 4px;
}

.twit {
	padding-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

.twit .twit_img {
	left: 12px;
	float: left;
}

.twit_img img {
	width: 40px;
	height: 40px;
}

.twit #twit_bubble {
	width: 149px;
	margin-left: 57px;
	display: block;
	min-height: 50px;
	overflow: hidden;
}

.twit_bubble_top {
	width: 149px;
	height: 10px;
	top: 0px;
	background-image: url(../img/twitter_bubble_top_149x10.png);
}

.twit_bubble_bottom {
	width: 149px;
	height: 10px;
	position: relative;
	bottom: 0px;
	background-image: url(../img/twitter_bubble_bottom_149x10.png);
}

.twit_bubble_point {
	width: 13px;
	height: 22px;
	position: absolute;
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 46px;
	background-image: url(../img/twitter_bubble_point_13x22.png);
}

.twit #twit_bubble .bubble_content {
	background-color: #d7f1f7;
	padding-left: 10px;
	padding-right: 10px;
	width: 129px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

.twit .username {
	margin-top: 10px;
	color: #ec008c !important;
}

.twit .username:hover {
	color: #ec78bd !important;
}

.twit a {
	color: #5ab8cf;
}

.twit a:hover {
	color: #78d4ed;
}

.twit .update_str {
	padding-top: 10px;
	color: #5ab8cf;
}

.more_twits_button {
	padding-top: 13px;
	padding-bottom: 5px;
}