button.langbutton, a.langbutton, input[type=button].langbutton {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
    font-family: arial, sans-serif;
    font-size: 12px;
}

.arrow {
    border-color: #333333 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 5px;
    margin-left: 5px;
    position: relative;
    top: 10px;
}


a.langlink {
    font-size: 11px;
    text-decoration: none;
    font-family: arial, sans-serif;
}

table.langtable {
    padding: 10px;
    -webkit-border-radius: 2px 2px;
    border-style: solid;
    border-color: #CDCDCD;
    border-width: 1px;
}

td.langtable {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.langflag
{
    
    margin-left: 5px;
    margin-right: 5px;
    border-style: solid;
    border-color: #CDCDCD;
    border-width: 1px;
}