.translator {
	margin:auto;
	background:#E5ECF9;
	height: inherit;
	width:200px;
	font-size: small;
	font-style: normal;
	font-family: sans-serif;
	font-weight: bold;	
}

.translator .translatorHeader{
	background-color: FFFFA2;
	height: auto;
}

.translator img{
	width: 45px;
	height: 30px;
}

.translator img:hover{
	cursor: pointer;
	opacity:0.50;
	filter:alpha(opacity=50);
}

.translatorHeader{
	background-color: FFFFA2;
	height: auto;
	width:auto;
	font-size: small;
	font-style: normal;
	font-family: sans-serif;
	font-weight: bold;
}
