/*----------------------΢�̺�̨��ť���ı��򣬱���ɫ����ʽ����	-----------------------------*/

/*-------------logo-------------------*/
.inputItem_1{
	width:286px;
	height:33px;
	color:#333;
	font-size:14px;
	vertical-align:middle;
}
.inputItem_1[type="text"]{
	background:url("../../images/user_bg.png") left top no-repeat;
	background-size:38px;
	height:33px;
	padding-left:40px;
	border-radius:0px;
	outline:none;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.inputItem_1[type="password"]{
	background:url("../../images/pwd_bg.png") left top no-repeat;
	background-size:38px;
	height:33px;
	padding-left:40px;
	border-radius:0px;
	outline:none;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.login-vb input[type="checkbox"]{
	margin:0px;
	margin-left:3px;
	padding:0px;
	width:12px;
	height:12px;
	vertical-align:sub;
}
.form-button3{
	display: block;
    width: 290px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #38497a;
    border-radius: 8px;
    margin: 30px auto 0;
    cursor: pointer;
    outline: none;
    border: none;
}
.form-button3:hover{
	background:#45568B;
}
/*-------------logo����------------------*/