.language-panel
{
	margin: 0;
	padding: 0;
	height: 39px;
	border: solid 1px #B5B5B5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px gray;
	-moz-box-shadow: 0px 1px 1px gray;
	box-shadow: 0px 1px 1px gray;
}
.language-panel .inner
{
	display: none;
	position: relative;
	float: left;
	width: 0px;
	height: 30px;
	border: solid 1px #B5B5B5;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#CFCFCF));
	background-image: -moz-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -webkit-linear-gradient(#E5E5E5, #CFCFCF);
	background-image: -o-linear-gradient(#E5E5E5, #CFCFCF);
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 3px;
	text-align: center;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 1px gray;
	-moz-box-shadow: 0px 1px 1px gray;
	box-shadow: 0px 1px 1px gray;
}
.language-panel-tooltip
{
	position: absolute;
	z-index: 200;
	color: #808080;
	font-size: 10pt;
}
.language-panel ul
{
	background: none;
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 1px;
	height: 26px;
	overflow: hidden;
	width: 100%;
}
.language-panel ul li
{
	background: none;
	display: inline;
	float: left;
	margin-left: 15px;
	padding-left: 0px;
}
.language-panel ul li img
{
	background: none;
	border: none;
}