body {
	background: #ccc;
	background-image: url('./stripe.png');
	font-family: Trebuchet MS, Sans-serif;
}

.readonly { color: #999; }

.spacer {
	height: 1em;
}

#content {
	border: 1em solid #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 2em;
	width: 40em;
	height: 23em;

	background: #fff;
}

.form {
	width: 20em;
	height: 20em;
	float: left;
}

.form h1 {
	font-weight: bold;
	font-size: 130%;
	color: #99f;
}

.form h2 {
	font-weight: bold;
	font-size: 120%;
	color: #999;
	margin: 0;
	padding: 0;
}

.option {
	text-align: center;
	font-family: Courier New, Fixed-Width;
	font-weight: bold;
	font-size: 120%;
	color: #99f;
	float: left;
	width: 100%;
	height: 2em;
	margin-top: 1em;
}

.form input {
	border: 1px solid #ccc;
	font-weight: bold;
}

.form #generate {
	background-color: #99f;
	border: .5em solid #ccc;
	font-family: Trebuchet MS, Sans-serif;
	font-weight: bold;
	padding: .5em;
	width: 80%;
}

#map_canvas {
	background: #ccc;
	width: 20em;
	height: 20em;
	float: left;
}

#rfc4776content { height: 34em; }
#rfc4776form1 { height: 31em; }
#rfc4776form2 { height: 31em; }
.form em { 
	width: 5em; 
	font-style: normal;
}
