﻿@charset "utf-8";
@import url("reset.css");
/*主体部分*/
.main{
	background:url("../images/header_bg.png") top repeat-x;
	min-width:1000px;
	overflow:hidden;
	width:100%;
	height:auto
}
.header{
}
/*中部内容部分*/
.content{
	background:url("../images/login_bg.png") no-repeat top center;
	margin:69px auto 0;
	width:423px;
	height:366px;
	border:1px solid #ededed
}
.title{
	background:url("../images/member_title.png") no-repeat top left;
	margin:37px auto 20px;
	width:229px;
	height:36px
}
.input{
	margin:0 auto 11px;
	width:237px
}
.input_all{
	border:1px solid #0297e9;
	border-radius:5px;
	color:#555;
	font-size:14px;
	padding:5px 0px 5px 15px;
	vertical-align:middle;
	width:237px;
	height:38px;
	margin-bottom:15px;
}
.input_pwd {
	width:235px;
	height:35px;
}
select {
    border: solid 1px #000;
  
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    padding-right: 14px;

    background: url("../images/arrow.png") no-repeat scroll right center transparent;

}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.name{
	background:url("../images/input_name.png") no-repeat top left
}
.name_now{
	background:url("../images/input_name_hover.png") no-repeat top left
}
.password{
	background:url("../images/input_password.png") no-repeat top left
}
.password_now{
	background:url("../images/input_password_hover.png") no-repeat top left
}
.enter{
	margin-top:15px
}
.button{
	background:url("../images/button.png") no-repeat center;
	border:none;
	cursor:pointer;
	margin:0 auto;
	width:150px;
	height:55px
}
.checkbox{
	font-size:12px;
	margin:0 auto;
	width:237px;
	height:30px
}
.checkbox input{
	display:block;
	float:left;
	margin-right:4px
}
.checkbox span{
	display:block;
	float:left;
	xheight:20px;
	line-height:20px;
	*line-height:22px
}