.tools #content {
	margin:100px auto 0;
	width:700px;
}


.tools #ping {
	margin:20px 0 0 0 ;
	padding:15px 20px 15px 20px;
	background:#D3D3D3;
	border:10px solid #E8E8E8;

}
.tools #ping div { border-radius: 0; }
.tools .ping-good {
	height: 30px;
	line-height: 30px;
	border: 1px solid #3f893f;
	font-size: 20px;
	text-align: center;
	width:200px;
}


.tools .ping-bad {
	width:200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #aa0000;
	text-align: center;
	font-size:20px;
}



.tools #header {
	margin:0 0 10px 0;
	
}


.tools .sn {
	display:block;
	margin-top:20px;
}

.tools form {
	background:#F4F7F7;
	padding:20px 0px;
	border-top:1px solid #BCD0D3;
}

.tools form label {
	
}

.tools * {
	outline:none;
}

.tools form s {
	display:block;
	padding:20px 0 0 0;
	border-bottom:1px solid #DFEAEB;
	margin-bottom:20px;
}

.tools form div {
	padding-left:150px;
	position:relative;
	
}

.tools form label {
	position:absolute;
	top:5px;
	left:20px;
}

.tools input[type="submit"] {
	background:#f95500;
	color:#fff;
	width:183px;
	height:32px;

	border:0;
	cursor:pointer;
}

.tools input[type="submit"]:hover {
	background:#d34800;
}

/*.foundcms {
	color:red;
	display:inline-block;
}

.notfoundcms {
	display:inline-block;
}*/

/*
.cmsln a {
	display:inline-block;
	width:150px;
	text-align:center;
}

a {
	color:#01679B;
}

.cmsln {
	margin:5px 0;
}
*/
.tools #result {
	background:#E8E8E8;
	margin-top:10px;
	padding:20px;
}


.tools  #dist {
	padding:20px;
	font-weight:bold;
	text-align:center;
}

.tools  #progress {
	display:none;
}

.tools #map {
	height:552px;
	width:552px;
	margin:auto;
}