.c1 {
    color: #000000;
}

.b_c1 {
    background-color: #ffffff;
}

.b_c2 {
    background-color: #dddddd;
}

.b_c3 {
    background-color: #cc9999;
}

.b_c4 {
    background-color: #999999;
}

.b_c5 {
    background-color: #cccc99;
}

.form {
    background-color: #33333300;
}

.overlayback {
    background-color: #00000044;
}

input[type=text] {
    border: 2px solid #a3a3a3;
}

input[type=password] {
    border: 2px solid #a3a3a3;
}

button {
    border: 0px solid #00000000;
    background-color: #eeeeee;
    color: #000000;
}

.b_disabled {
    border: 2px solid #a3a3a3;
}

.b_enabled {
    border: 2px solid #00000000;
}

a {
    color: #cc3333;
}

a:hover {
    color: #cc3333;
}

.img_x {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url("../../res/i_b_x.png");
}

.img_basket {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url("../../res/i_b_basket.png");
}

.img_ok {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url("../../res/i_b_ok.png");
}