#widgetFrame {
	display: none;
	background-color: #F8F8F8;
	position: fixed;
	opacity: .85;
	z-index: 100;
	height:  190px;
	width:   250px;
	top:     85px;
	right:  -220px;
}

#widgetFrame > div {
	opacity:  1;
}

#userSt_W {
	margin: auto;
}

#state_W {
	background-color: gray;
	float:left;
	height: 60px;
	width: 30px;
	margin-left: 0px;
	border-radius:  5px;
	box-shadow: 2px 2px 3px silver;
}

#right_W {
	margin-left: 50px;
}

.bordered {
	cursor: pointer;

	border-radius:  5px;
	border:     1px solid #BEBEBE;
	box-shadow: 2px 2px 3px silver;
	
	padding-top:   11px;
	padding-left:   5px;
	padding-right:  5px;
}

