* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	line-height: 1.5;
	background: #030;
	color: white;
}
h1 {
	padding: 0 0.5ex;
	font-size: 200%;
}
#wrapper {
	border-top: 1px solid #AAA;
	background: white;
	color: #444;
	padding: 1ex;
}
form {
	width: 40em;
	margin-left: auto;
	margin-right: auto;
}
form p {
	margin: 0 0 1ex 0;
}
form ul#responders, ul#ping-results {
	list-style: none;
	overflow: hidden;
	width: 100%;
}
form ul#responders li {
	width: 33%;
	float: left;
	padding-bottom: 0.5ex;
}
form input, img {
	vertical-align: middle;
}
a img {
	border: none;
}
form input[type=text] {
	border: 1px solid silver;
	font-size: 150%;
	width: 100%;
}
form input[type=submit] {
	font-size: 150%;
}
form fieldset {
	border: 0;
}
form legend {
	font-weight: 600;
}
form label {
	display: block;
	font-weight: 600;
}
form ul label {
	display: inline;
	font-weight: 300;
}
address {
	padding: 1.5ex;
	font-style: normal;
	font-size: 75%;
}
address a {
	color: orange;
}
ul#ping-results .success {
	background: transparent url(images/smile.png) left center no-repeat;
	padding-left: 24px;
	color: #080;
}
ul#ping-results .failure {
	background: transparent url(images/sad.png) left center no-repeat;
	padding-left: 24px;
	color: #800;
}
