.layout {
	padding: 5px;
	width: 400px;
	border: thin outset;
	margin-top: 5px;
	font-size: 0.9em;
}

.demorow {
	clear: left;
  }

.demolabel {
	width: 130px;
	text-align: left;
	font-weight: bold;
	float: left;
  }

.democontent {
	width: 55px;
	text-align: right;
	margin-right: 15px;
	float: left;
  }

.demospacer {
  clear: left;
  }

