#widget {
	height:27px;
	background:rgb(0,0,0);
	border-bottom:1px solid rgb(50,50,50);
}
	#widget ul, #widget li {
		margin:0;
		padding:0;
	}
	#widget_content_wrap {
		width:50em;
		margin:0 auto;
		overflow:hidden;
	}
	#widget ul.studios { 
		float:left; 
	}
	#widget ul.client_login { float:right; }
	#widget ul.client_login a { color:#01b0e7; }
	#widget ul {
		height:27px;
		line-height:27px;
	}
	#widget li {
		display:inline;
		position:relative;
		padding-right:8px;
		padding-left:8px;
	}
	#widget a {
		font-size:12px;
		color:rgb(75,75,75);
		text-transform:uppercase;
		text-decoration:none;
	}
		#widget a:hover { text-decoration:underline; }