@charset "utf-8";

html, body {
	height: 100%;
	overflow:hidden;
}

#img1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

.bttn {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color: #0078D7;
	width: 371px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.inputItem {
	border: 2px 100% #999999;
	font-weight: bold;
	color: #999999;
	width: 356px;
	height: 32px;
	font: normal 14px '宋体';
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 36px;
	padding-left: 12px;
	line-height: 32px
}

.identityDiv{
	margin-top: 36px;
	border: 2px 100% #999999;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	height: 32px;
	*height:23px !important; 
	line-height: 32px;
	overflow:hidden;
}

.identityTxt{
	color:#FF0000;
	width: 100px;
	height: 22px;
	line-height: 22px !important;
	*display:block;
	*float:left;
	line-height:32px;
}

.selectItem{
	border: 2px 100% #999999;
	font-weight: bold;
	width: 200px;
	height: 32px;
	font: normal 14px '宋体';
	*font-size:17px; 
	line-height: 32px
}

p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	width: 100%;
	height: 30px;
	overflow:hidden;
	position: absolute;
	bottom: 0;
}