#twitter_widget {

	width: 352px;
	position: fixed;
	z-index: 1001;
	top: 200px;
	left: -327px;

}

/*#twitter_widget:hover {

	left: 0px;

}*/

#twitter_widget > #content {

	width: 300px;
	min-height: 98px;
	background: #FFFFFF;
	float: left;
	border: 1px solid #55ACEE;
	border-left: 25px solid #55ACEE;

}

#twitter_widget > #logo {

	float: left;
	width: 25px;
	height: 100px;
	background: #55ACEE;
	border-radius: 0 10px 10px 0;

}

#twitter_widget > #logo > #text {

	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
	position: relative;
	top: 50px;

}