/*public background set*/
.shorttxt, .normaltxt, .longtxt, .input_wrong_txt
{
	background:url(images/myzu.gif) no-repeat 0 0;
}
.input_right, .input_wrong, .btnblue
{
	background:url(images/button.gif) no-repeat 0 0;
}

/*input textarea*/
.shorttxt{
	height:16px;
	width:160px;
	border:1px solid #999;
	float:left;
	background-color:#fff;
	background-position:0 -1350px;
	vertical-align:middle;
	padding:4px 0 2px 6px;
	font-family:Verdana, "Courier New"
}

.normaltxt{
	height:16px;
	width:214px;
	border:1px solid #999;
	float:left;
	background-color:#fff;
	background-position:0 -1350px;
	vertical-align:middle;
	padding:4px 0 2px 6px;
	font-family:Verdana, "Courier New"
}
.longtxt{
	height:16px;
	width:300px;
	border:1px solid #999;
	float:left;
	background-color:#fff;
	background-position:0 -1350px;
	vertical-align:middle;
	padding:4px 0 2px 6px;
	font-family:Verdana, "Courier New"
}

.txt_hover{
	border:1px solid #09c;
	color:#09c
}
.txt_wrong{
	border:1px solid #c00;
	color:#c00
}

.big_select{
	font-size:14px;
}

#btn_login{
	background-position:0 -240px;
	width:80px;
}

.btnblue{
	height:23px;
	width:124px;
	border:0;
	padding:0;
	margin:0;
	position:relative;
	top:1px;
	_top:2px;
	color:#fff;
	cursor:pointer;
	background-position:left -147px;
}




#p_reglog h2{
	float:left;
	width:150px;
	height:200px;
	background:url(images/logo_signin.jpg) no-repeat 0 0;
	margin-left:40px;
	_margin-left:20px
}

.p_regleft{
	float:left;
	width:40px;
	height:272px;
	margin-top:30px;
	background:url(images/log_left.gif) no-repeat right 0;
}

.p_regright{
	float:left;
	margin-top:26px;
	width:580px;
	height:280px;
}

.lt, .rt, .lb, .rb{
	float:left;
	overflow:hidden;
	background:url(images/log_right.gif) no-repeat 0 0;
}

.slt, .srt, .slb, .srb{
	float:left;
	overflow:hidden;
	background:url(images/shadow.gif) no-repeat 0 0;
}

.rcinner{
	float:left;
	background-color:#f2f5fb;
}



.logintable{
	width:560px;
	margin:auto;
	margin-top:7px;
}
.logintable .ltleft{
	width:100px;
	height:24px;
	text-align:right;
}
.logintable .ltright{
	width:460px;
	height:24px;
	line-height:38px;
}
.logintable .ltleft input{
	vertical-align:bottom; 
}
.logintable .ltright p{
	color:#aaa;
	margin-left:12px;
	float:left;
	line-height:24px;
}


.input_right{
	width:24px;
	height:24px;
	float:left;
	margin-left:1px;
	background-position:2px -178px;
}

.input_wrong{
	width:24px;
	height:24px;
	float:left;
	margin-left:1px;
	background-position:2px -207px;
}

.input_loading{
	width:24px; 
	height:24px;
	float:left;
	margin-left:1px;
	background:url(images/ajax-loader-smallsnake.gif) no-repeat center;
}
.input_wrong_txt{
	height:24px; 
	width:220px; 
	float:left; 
	vertical-align:middle; 
	text-indent:20px; 
	line-height:22px; 
	color:#fff; 
	display:none;
	background-position:right -1184px
}