@charset "UTF-8";

.bllnWrp {
	position: relative;
	top: -2px;
	width: 140px;
	height: 28px;
	background-color: #FFF;
	background-image: url(/img/common/com_ic02.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 19px auto;
	border: 1px solid #98afc8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.balloon {
	position: relative;
	right: 240px
}

.languageBox {
	display: block; 
	height: 100%;
	text-align: center;	
	padding: 1px;
}

.table td{
	width: 30px;
}

a:hover.languageBox {
    text-decoration: none;
}

.bllnBx {
	position: absolute;
	display: none;
	top: -27px;
	z-index: 99;
}

.bllnBx > .box {
	background: #fff;
	border: 1px solid #d7d7d7;
}

.choose {
	font-weight: bold;
	padding-bottom: 15px;
}