<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tools_box {
    background-color: #CDCDCD;
    text-align: center;
    font: bold 10pt Tahoma,sans-serif;
    color:#353535;
    margin: 5px;
    padding: 10px 15px 15px;
    text-shadow: 1px 1px 1px #fff;
}
.tools_box_content {
    text-shadow: none;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    font: normal 8pt Tahoma, sans-serif;
    color: #000000;
    text-align: left;
    margin-top: 10px;
}
a.informers_button {
    background:url(/i/img/reg-form-bt.png) no-repeat scroll left top transparent;
    color:#FFFFFF;
    display:block;
    font-weight:bold;
    height:27px;
    line-height:22px;
    margin:0 auto;
    margin-top: 10px;
    text-align:center;
    text-decoration:none;
    width:133px;
}
a.informers_button:hover {
    background-position: left bottom;
}
.buttons_container {
    width: 100%;
}
.button_sprite_main {
    height: 25px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.button_sprite_left {
    float: left;
    width: 8px;
    height: 25px;
    background: url("/i/img/reg-form-btn-sprite.png") no-repeat 0 0 transparent;
}
.button_sprite_right {
    float: left;
    width: 8px;
    height: 25px;
    background: url("/i/img/reg-form-btn-sprite.png") no-repeat -10px 0 transparent;

}
.button_sprite_center {
    float: left;
    height: 25px;
    background: url("/i/img/reg-form-btn-sprite-main.png") 0 0;
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
}
.button_sprite_center_text {
    margin: 4px 5px 0 5px;
}
.button_sprite_center_text a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}
.button_sprite_main:hover .button_sprite_right {
    background: url("/i/img/reg-form-btn-sprite.png") no-repeat -28px 0 transparent;
}
.button_sprite_main:hover .button_sprite_left {
    background: url("/i/img/reg-form-btn-sprite.png") no-repeat -18px 0 transparent;
}
.button_sprite_main:hover .button_sprite_center {
    height: 25px;
    background: url("/i/img/reg-form-btn-sprite-main.png") 0 25px;
}
.buttons_place_center {
    text-align: center;
    margin-top: 20px;
}
</pre></body></html>