#QlayerUI {
	position: absolute;
	display: none;
	width: 120px;
	background-color: white;
	border:2px solid #6633CC;
	padding: 0;
	}

	#UIheader {
		height: 20px;
		list-style: none;
		background-color: #D9E6EE;
		padding: 3px;
		margin: 0 0 8px 0;
		border-bottom: 1px solid #A2C1DB;
		}
		#UIuserid {
			float: left;
			margin: 2px;
			height: 16px;
			padding-left: 20px;
			background: url(images/user_login.gif) no-repeat left top;
		}
		#UIclose {
			float: right;
			margin: 2px;
		}
		#UIclose a {
			width: 16px;
			height: 16px;
			display: block;
			background: url(images/action_stop.gif) no-repeat right top;
		}
		#UIclose a span {
			display: none;
	}

	#UIbody {
		clear: left;
		list-style: none;
		margin: 5px;
		padding: 0;
		}
		#UIbody li {
			margin-bottom: 3px;
			padding-left: 20px;
			padding-top: 2px;
		}
		#UIhome {
			background: url(images/comment.gif) no-repeat left top;
		}
		#UIhomepage {
			background: url(images/icon_home.gif) no-repeat left top;
		}
		#UImessage {
			background: url(images/icon_email.gif) no-repeat left top;
	}

	#UInobody {
		background: url(images/user_guest.gif) no-repeat left top;
		height: 16px;
		padding-left: 20px;
		padding-top: 2px;
		margin: 5px;
	}

.user_name {
	cursor: pointer;
	padding: 2px 0 0 17px;
}
.howner_name {
	color: #000099;
	font-weight: bold;
	background: url(images/user_howner.gif) no-repeat left top;
}
.login_name {
	color: #006600;
	background: url(images/user_login.gif) no-repeat left top;
}
.guest_name {
	color: gray;
	background: url(images/user_guest.gif) no-repeat left top;	
}
.hidden_text{

	display:none;
	border:solid thin;

}
/* Ä¸Â÷ ±â´É */
#FORM_captcha{
	width:322px;
	height:193px;
	background:url(images/captcha_bg.gif) left top no-repeat;
}
	#FORM_captcha .input_captcha{
		border:solid 1px #C69C6D;
		width:70px;
		height:15px;
	}
	#FORM_captcha .captcha_code{
		margin-top:95px;
		margin-bottom:10px;
	}
	#FORM_captcha .btn_submit, .btn_close{
		width:39px;
		height:21px;
		text-indent:-5000px;
		border:none;
	}
		#FORM_captcha .btn_submit{background:url(images/btn_submit.gif) left top no-repeat;}
		#FORM_captcha .btn_close{background:url(images/btn_close.gif) left top no-repeat;}
	
	#FORM_captcha div{
		margin:20px auto;
		text-align:center;
		padding:0px;
	}
	#FORM_captcha p{
		display:none;
	}