
#returnmenu {
	position: absolute;
	top: 15px;
	left: auto;
}

#console {
	color: #000;
	font: 10pt Arial;
	position: fixed;
	right: 20px;
	text-align: justify;
	top: 20px;
	z-index: 150;
}

div.narrow {
	background: none;
	border: none;
	overflow: hidden;
	width: 70px;
	height: 50px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div.narrow img#letter {
	display: block;
}

div.wide {
	background-color: #FFF;
	border: 2px dotted #000;
	width: 300px;
	padding: 10px;
}

div.wide img#letter {
	display: none;
}

#console p {
	margin: 0;
}

div.consolebox {
	border: 1px solid;
	background: #ddd;
	margin: 5px;
	text-align: center;
}

.consolebox h4 {
	margin: 2px 0 2px 5px;
}

.consolebox h5 {
	margin: 5px 0 0 10px;
	font: bold 12pt "Palatino Linotype",Georgia,"Times New Roman";
}

.consolebox form {
	margin: 0;
}

.min {
	height: 30px;
	overflow: hidden;
}

.max {
	padding-bottom: 5px;
}

span.minmax {
	float: right;
}

span#hint {
	display: block;
	font-size: 10pt;
	font-family: "Palatino Linotype","Georgia","Times New Roman";
	text-align: justify;
	margin: 0 10px 10px;
}

#prevhint, #nexthint {
	cursor: pointer;
	margin: 10px;
}

label {
	font: 10pt Arial;
	float: left;
	font-weight: bold;
	width: 4em;
	text-align: right;
	margin-right: 1em;
}

label em {
	display: block;
	color: #800;
	text-transform: uppercase;
	font-size: 60%;
}

#trans label {
	width: 9em;
}

fieldset {  
	border: 0;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

legend {  
	font-weight: bold;
	margin-left: 1em;  
}

.consolebox ul {  
	margin: 0 0 0 -30px;
	list-style: none;
}

.consolebox li {  
	float: left;
	clear: left;
	margin: 0;
	width: 100%;
	padding-bottom: 1em;
}

#response {
	display: block;
	margin: 5px;
}

p.cont {
	text-align: center;
}

p.cont img {
	cursor: pointer;
}

.consolebox submit {  
	background: none;
	border: 0 none #FFF;
	float: none;
	text-align: center;
	width: auto;
}

#tim:hover {
	height: 150px;
	background: #a00;
}

