@charset "utf-8";
{
	font-size: 14px;
}

#site-ul{
	height: 40px;
	line-height: 40px;
}

#site-ul li {
	width: 14%;
	float: left;
	border-left: 1px solid #E4E6F4;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#site-ul a {
	color: #666666;
}
#site-table th{
	text-align: center;
	font-weight: bold;
	color: #666666;
	width: 140px;
	height: 50px;
	line-height: 50px;
	background-color: #e5f1ff;
}
#site-table td{
	color: #666;
}
#site-table td > span{
	display: block;
	line-height: 26px;
}
#site-correct{
	 background-image: url(../imgs/correct.png);
	 height: 24px; 
	 width: 24px;
	 margin: 0 auto;
}
#site-error{
	background-image: url(../imgs/error.png);
	 height: 24px; 
	 width: 24px;
	 margin: 0 auto;
}
#site-table button{
	margin: 10px 20px;
	background-color: #84B4EA;
	color: #FFFFFF;
	border: 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 100px;
	cursor: pointer;
}
/*右侧表格*/
.right-table{
	display: inline-block;
	width: 70%;
	float: left;
	margin-left: 20px;
}
.c-border{
	border: 1px solid #E3E6F4;
	margin-bottom: 20px;
}
/*右侧表格上部*/
.source-right-topdiv-div{
	height: 60px;
	line-height: 60px;
	float: left;
	padding-left: 20px;
}
.source-right-topdiv-div input{
	border: 1px solid #E3E6F4;
	height: 30px;
	line-height: 30px;
	padding: 0 3%;
}
.clear{
	overflow: hidden;
}
.search{
	display: inline-block;
	width: 15%;
	float: right;
}
