textarea {
	display: block;
	width: 98%;
	background: #eee;
	border: 2px solid #aaa;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.tiny {
	height: 1.5em;
}
textarea.small {
	height: 3em;
}
textarea.medium {
	height: 5em;
}
textarea.big {
	height: 8em;
}
textarea:focus {
	background: #fff;
	border: 2px solid #000;
}
#topmenu .profilelink {
	color: #25456b;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
#topmenu .profilelink:hover {
	color: #000;
	background: #cdf;
	border-bottom: 1px solid #000;
}
div.bar {
	float: left;
	background-image: url("bar.png");
}
div.bar.roundedl {
	border-top-left-radius: .25em;
	-webkit-border-top-left-radius: .25em;
	-moz-border-radius-topleft: .25em;
	border-bottom-left-radius: .25em;
	-webkit-border-bottom-left-radius: .25em;
	-moz-border-radius-bottomleft: .25em;
}
div.bar.roundedr {
	border-top-right-radius: .25em;
	-webkit-border-top-right-radius: .25em;
	-moz-border-radius-topright: .25em;
	border-bottom-right-radius: .25em;
	-webkit-border-bottom-right-radius: .25em;
	-moz-border-radius-bottomright: .25em;
}
td {
	padding: .5em;
}
td.brightred {
	background: #ffdfc7;
}
td.darkred {
	background: #ffcaa1;
}

.translation_suggestions {
	margin: 0;
	padding: 0;
}
.translation_suggestions li {
	list-style-type: none;
	clear: left;
}
.translation_suggestions li:hover {
	background: #eee;
}
.translation_suggestions li .radiowrapper {
	display: block;
	width: 2em;
	height: 3em;
	float: left;
	line-height: 3em;
}
.translation_suggestions li .contentwrapper {
	display: block;
	padding: .5em;
	margin-left: 2em;
	line-height: 1.2em;
}
.translation_suggestions li .contentwrapper label {
	display: block;
}
.translation_suggestions .author {
	display: block;
	font-size: .8em;
	color: #555;
	font-weight: normal;
}

