.lang-button img {
    margin-top:6px;
    margin-left:8px;
    border:none;
}

.lang-button {
    display:table-cell;
    width:30px;
    height:20px;
    background-image:url(images/tab-on.gif);
	border-width: 2px;
}

.lang-button.off {
    background-image:url(images/tab-off.gif);
    cursor:pointer;
}

.on {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-color: #fff;
}
     
