/* CSS Document */
.txtbox {
	width: 300px;
	height: 20px;
	border: 1px solid #d4d4d4;
	line-height: 20px;
	padding: 5px 4px;
}
	/*文本框*/
	.txtbox:focus {
		background: #fffbde;
		border-color: #7bbff2;
		outline: 2px solid #99d8f5;
	}

.txtarea {
	width: 300px;
	min-height: 60px;
	_height: 60px;
	border: 1px solid #d4d4d4;
	padding: 5px 4px;
}
	/*多行文本框*/
	.txtarea:focus {
		background: #fffbde;
		border-color: #7bbff2;
		outline: 2px solid #99d8f5;
	}

.btnsave {
	width: 140px;
	height: 45px !important;
	background: #16a0d3;
	border: none;
	font-size: 14px;
	color: White;
	cursor: pointer;
	margin-left: 150px;
}
	/*保存*/
	.btnsave:hover {
		background: #117EA6;
	}

#messtable {
	width: 700px;
	border-collapse: collapse;
}

	#messtable td {
		padding: 10px;
	}

.solution1 {
	width: 90%;
}

.sousuo {
	width: 90%;
	height: 100px;
	position: relative;
	margin: 35px 0px;
	border: 1px solid #ebebeb;
	box-shadow: 1px 1px 10px #ebebeb;
}

.sousuospan {
	width: 755px;
	height: 100px;
	padding: 0px 0px 0px 30px;
	line-height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	color: #999999;
	font-size: 18px;
	z-index: 2;
}

.sousuoinput {
	width: 4px;
	height: 66px;
	padding: 0px 0px 0px 30px;
	line-height: 66px;
	cursor: pointer;
	color: #999999;
	font-size: 18px;
	margin: 17px 0px;
	float: left;
	border: 0px;
	background: none;
	outline-style: none;
}

.sousuobtu {
	border:0;
	width: 100px;
	height: 66px;
	position: absolute;
	right: 5px;
	top: 17px;
	background: url(..//images/sousuobtu.png) no-repeat center;
	z-index: 2;
	cursor: pointer;
	border-left: 1px solid #eee;
}

#cert table {
   border:1px solid #ddd;border-collapse:collapse;
}
#cert table td{
   padding:10px; border:1px solid #ddd;
}
