.icon-login-user,
.icon-login-pwd,
.icon-login-verifycode {
    display: inline-block;
    /* margin-right: 6px; */
	margin-top: 0px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    /* background: url("../images/icon24_login.png") no-repeat; */	
    background: url("../images/man.png") no-repeat;	
}
.icon-login-user {
    background-position: 0 0;
}
.icon-login-pwd {
    background: url("../images/key.png") no-repeat;	
    /* background-position: -48px 0; */
}
.icon-login-verifycode {
    background: url("../images/ver.png") no-repeat;	
    /* background-position: -24px 0; */
}

.input-trans{
	background:transparent;
	border:0px;
	margin-left: 10px;
}
.input-trans:focus{
	background:transparent;
	border:0px;	
	margin-left: 10px;
}
.input-shadow{
	-moz-box-shadow:1px 1px 50px #999 inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:1px 1px 50px #999 inset;            /* For Chrome5+, Safari5+ */
	box-shadow:1px 1px 50px #999 inset;                    /* For Latest Opera */
}

.v_login_btn {
	border: medium none;background: linear-gradient(to bottom, #849aa4, #29353b); 
/* 	background: none repeat scroll 0% 0% #2c2c2c; */
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	border-radius: 12px;
	transition: all 0.3s ease-in-out 0s;
	width: 165px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin-left: 40px;
}
.v_register_btn {
	border: medium none;
	background: linear-gradient(to bottom, #0082cf, #002857); 
/* 	background: none repeat scroll 0% 0% #2c2c2c; */
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	cursor: pointer;
	border-radius: 12px;
	transition: all 0.3s ease-in-out 0s;
	width: 165px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin-left: 10px;
}