html,body 		{ width: 100%; height: 100%; margin: 0; padding: 0; background-color: #181818; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 11pt; }
*:focus 			{ outline: none; }

#content		{ width: 750px; height: auto; }
	#txtinput		{ resize: none; cursor: text; }
	#txtoutput		{ cursor: text; width: 742px; }
	.txtfrm			{ width: 100%; min-height: 175px; padding-left: 2px; padding-right: 2px; text-align: left; background-color: #222; border: 2px solid #405300; color: #A7D100; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 11pt; }
	.label			{ width: 100%; text-align: left; color: #aaa; cursor: default; }
	.title			{ font-size: 21pt; color: #A7D100; cursor: default; }