/* -------------------
			WU BOX
--------------------*/
#wubox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.wubox-main {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

.wubox-container {
	position: relative;
	background: #eee url(../../images/user/download25.gif) no-repeat center;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	z-index: 120;
}

.wubox-footer {
	background-color: #eee;
	padding: 10px;
	font-size: 11px;
	color: #333;
}

.wubox-photo {
	padding: 10px;
}
