body { 
	background-color: white;
	color: black;
	text-align: center;
	font-family: "Georgia";
}


h1 { font-size: 1.6em; font-family: "Georgia"; padding: 2px 0; margin: 2px 0; }
h2 { font-size: 1.3em; font-family: "Georgia"; padding: 2px 0; margin: 2px 0; }

table { width: 400px; margin: 20px auto; }
table th { text-align: left; padding-right: 5px; }
table td input[type=text] { border: 1px solid #808080; border-radius: 3px; font-size: 1.2em; }
table td input[type=submit] { margin-top: 20px; border-radius: 3px; font-size: 1.2em; padding: 3px; }

#statusmsg { font-size: 1.0em; font-weight: 700; font-family: "Lucida Console"}
.error { color: #900000; }
#download { font-size: 1.2em; }

#page.waiting #btngetreceipt { opacity: 0.4; }