 html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.autoTextBox {
	border: solid #333 1px;
	height:20px;
	width:200px;
	line-height:20px;
} 
.dig {
	position:absolute;
	width:200px;
	height:100px;
	background-color:#F9F9F9;
	display:none;
	border:solid #333 1px;
	border-style:solid;
	border-width:1px;
	overflow:auto;
	max-height:200px;
	height:auto;
}
.dig .item {
	width:100%;
	height:20px;
	line-height:20px;
	text-align:left;
	overflow:hidden;
	font-size:12px;
	cursor:default;
}

.loading{background-image:url(../images/indicator_white.gif);background-repeat:no-repeat; background-position:97% 50%;}

.sele_txt{
		border:solid #333 1px;
		overflow:hidden;
	}
	
.sele_txt input{ border:none;float:left;margin:0px; padding:0px;height:100%;line-height:100%;}
.sele_txt .silden{ height:100%;width:16px; float:right; margin:0px; padding:0px; margin-bottom:auto; margin-top:auto; background-image:url(../images/107.gif);background-repeat:no-repeat; background-position:10% 50%;}
.sele_txt span{ background-color:#FC0;}
.dig .item:hover {
	background-color:#E2FBFE;
}
.registerProtocol
{
	width: 900px;
	height: auto;
	margin: 0 auto; 
		margin-bottom: 30px;
	margin-top:50px;
	line-height: 30px;
	padding-left:50px;
	padding-right: 50px;
}