* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background: #fff;
	color: #000;
	text-align: center;
}
body, textarea {
	font-family: Optima, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}
*[dir="rtl"] {
	direction: rtl;
	text-align: right;
}
#content {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0 0.5em;
	padding: 0;
}
hr, #content {
	clear: both;
}
hr {
	border: 1px dotted #eee;
}
#home h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: green;
	margin-bottom: 1em;
}
#help p, #help h2 {
	margin-bottom: 1em;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h2, h3 {
	margin-top: 1em;
}
a:hover, input:focus, textarea:focus, input:hover {
	background-color: yellow;
}
.highlight, div.leftside {
	background-color: #ff9;
}
.highlight2, div.rightside {
	background-color: lime;
}
.small, div#footer, div.sublabel {
	font-size: 0.75em;
}
.tiny, table.fullscreen, div#sidebyside {
	font-size: 10px;
}
div#sidebyside textarea {
	width: 98%;
}
table.fullscreen, div#sidebyside {
	position: absolute;
	left: 0;
	width: 98%;
}
div.leftside, div.rightside {
	width: 49%;
}
div.leftside {
	float: left;
}
div.rightside {
	float: right;
}
td, th {
	padding-left: 2px;
	padding-right: 0.5em;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
input, textarea {
	border: 1px solid #000;
	padding: 1px;
	margin-right: 1em;
}
input, textarea, #original p.original {
	/* font-size: 1.5em; */
}
#original p.original, #translation p.original, #translation p.translation {
	background-color: #dfd;
}
label {
	margin-top: 1.5em;
	font-weight: bold;
	display: block;
}
div.sublabel {
	display: block;
}
