.translator-container {
	text-align: center;
	height: 20px;
	position: relative;
	top: -30px;
}

.translator-sub-container {
	background: transparent;
	vertical-align: middle;
	text-align: center;
	padding: 1px 0;
	margin: 0;
	height: 20px;
}

.translator-sub-container table {
	text-align: center;
	margin: 0 auto;
	height: 20px;
	border-collapse: separate;
}

.translator-sub-container table td {
	vertical-align: middle;
	background: none;
	height: 20px;
	width: auto;
	color: #fff;
}

.translator-sub-container a {
	padding: 0 8px;
	height: 16px;
	display: table;
	border: none;
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 16px;
}

.translator-sub-container a:hover {
	text-decoration: none;
}

.translator-sub-container a span {
	padding: 0;
	line-height: 16px;
}

.translator-flags-and-names .translator-sub-container a span,
.translator-flags-and-short-names .translator-sub-container a span {
	padding-left: 3px;
}

.translator-sub-container a img {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
	box-shadow: 0 0 4px #bbb;
	-moz-box-shadow: 0 0 4px #bbb;
	-webkit-box-shadow: 0 0 4px #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.translator-restore-container {

}

.translator-restore {
	background: #444;
	padding: 5px 10px 5px 24px;
	border: none;
	height: 22px;
	line-height: 22px;
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background-image: url(/media/icons/restore.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.translator-restore:hover {
	text-decoration: none;
}

.translator-loading-left {
	padding-left: 16px !important;
	background-image: url(/media/icons/loading.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.translator-loading-right {
	padding-right: 16px !important;
	background-image: url(/media/icons/loading.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.translator-completed-left {
	padding-left: 16px !important;
	background-image: url(/media/icons/complete.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.translator-completed-right {
	padding-right: 16px !important;
	background-image: url(/media/icons/complete.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.translator-hidden {
	display: none;
}
