/* -------------------------------- */
body {
	width            : 100%;
	height           : 100%;
	background-color : #e7e7e7;
	margin           : 0px;
	padding          : 0px;
	font-family      : Courier New;
	font-size        : 12pt;
	color            : #555;}

#stage {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;}

#footer {
	font-size: 10pt;}

a {
	font-weight: bold;
	color: #0084d6;
	text-decoration: none; }

a:hover {
	color: #24abff;}

/* -------------------------------- */
h1 {
	display: inline;
	font-family: Courier New;
	padding-left: 5px;
	color: #999;
	font-weight: normal;
	font-size: 16pt;}

h1 b { font-weight: bold; }

#title {
	padding: 5px;}

/* ------------------------- */

input {
	font-family: Courier New;
	border: 2px solid #bbb;}

input.button {
	font-size: 15pt;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	background-color: #fff;}

textarea {
	color: #666;
	font-size: 10pt;
	background-color: #fff;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	border-left: 0px;
	border-right: 0px;}

textarea.blur {
	color: #ccc;}
