.formbox {
	display: none;
	display: block;
}

.hidden {
	display: none;
}

.loginInfoBox {
	width:auto;
	height: 45px;
	float:right;
	margin:0px 30px 0px 0px;
	display: none;
}

.userInfoDiv {
	width: auto;
	max-width:360px;
	height: 100%;
	padding:0px 10px 0px 0px;
	float: left;
	font-size:16px;
	line-height: 45px;
	color:#fff;
	overflow: hidden;
}

.usernameText {
	margin: 0px 0px 0px -5px;
}

.skipDiv {
	width: auto;
	height: 45px;
	float: left;
}

.gotoXYWBtn {
	width: 80px;
	height: 30px;
	margin:7.5px 10px 0px 0px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	background: #1a88d7;
	cursor: pointer;
	float:left;
}

.gotoYXBtn {
	width: 80px;
	height: 30px;
	margin:7.5px 0px 0px 0px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	background: #1a88d7;
	cursor: pointer;
	float:left;
}

.logoutDiv {
	width: 50px;
	height: 45px;
	float: left;
}

.logoutBtn {
	width: auto;
	height: 15px;
	margin:15px 0px 0px 10px;
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height:15px;
	cursor: pointer;
}


/*
.passwordTip {
	margin:0px;
	pading:0px;
	border:0px;
	width: 120px;
	height: 20px;
	background: #fff;
	position: absolute;
	z-index: 10000;
	top:13px;
	color:green;
	font-size:12px;
	line-height:20px;
	text-align:center;
	
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}
*/