body {
	font-family: arial;
}
div.container {
	border: 1px solid gray;
	padding: 0;
	margin: 0;
	display: inline-block;
	cursor: default;
}
div.cont16 {
	width: 16px;
}
div.cont32 {
	width: 32px;
}
div.cont64 {
	width: 64px;
}
div.cont128 {
	width: 128px;
}
div.cont256 {
	width: 256px;
}
div.cont512 {
	width: 512px;
}
div.cont1024 {
	width: 1024px;
}
div.host {
	border: 1px solid silver;
	display: inline-block;
	width: 28px;
	height: 14px;
	margin: 0;
	color: gray;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	text-align: right;
	float: left;
	padding-right: 2px;
	background-color: black;
}
div.host:hover {
	cursor: default;
	width: 26px;
	height: 12px;
	border: 2px solid blue;
	font-size: 10px;
	border-radius: 3px;
}
p.error {
	font-size: 16px;
	color: red;
	font-weight: bold;
}
span.status {
	font-size: 11px;
	font-style: italic;
}
