.button button,
    .button input,
    input.button{
    background: url("../images/button.jpg") repeat-x top;
    height: 22px;
    width: 80px;
    padding: 0;
    border: none;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: #454545;
    margin-right: 5px;
}
.buttonbig{
    background: url("../images/buttonbig.jpg") repeat-x top;
    height: 22px;
    width: 150px;
    padding: 0;
    border: none;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: #454545;
    margin-right: 5px;
}


.controls {
/ / zoom : 1;
}

.controls a {
    padding: 2px 4px;
    text-decoration: none;
    font-size: 12px;
    margin: 2px 2px 2px 0;
}

.controls a:link,
    .controls a:visited {
    background-color: rgb( 144, 161, 6 );
    color: #fff;

}

.controls a:hover {
    color: rgb( 217, 0, 38 );
    text-decoration: none;
}

#lang {
    position: absolute;
    left: 704px;
    width: 100px;
    text-align: right;
    bottom: 100%;
    margin-bottom: 20px;
}

#lang a {
    display: block;
    height: 14px;
    text-decoration: none;
    color: rgb( 102, 100, 101 );
    font: normal 10px / 14px Verdana, Arial, Helvetica, sans-serif;
    background: url( ../images/arrleft-gray.jpg ) no-repeat right 50%;
    padding-right: 12px;
}

#lang a:hover {
    color: rgb( 217, 0, 38 );
}

#lang a.active {
    background-image: url( ../images/arrleft-red.jpg );
}

.radiobtn {
    width: auto !important;
    border: none !important;
}