#google_plus_widget {

	width: 352px;
	position: fixed;
	z-index: 1002;
	top: 300px;
	left: -327px;

}

/*#google_plus_widget:hover {

	left: 0px;

}*/

#google_plus_widget > #content {

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

}

#google_plus_widget > #logo {

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

}

#google_plus_widget > #logo > #text {

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

}