div#button1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/status/state_green.png) no-repeat;
}
div#button2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/status/state_yellow.png) no-repeat;
}
div#button3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/status/state_red.png) no-repeat;
}
div#phone_red {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/status/phone_red.png) no-repeat;
}
div#symbol_fax {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/symbol/fax.png) no-repeat;
}
div#symbol_phone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/symbol/telephone.png) no-repeat;
}
div#symbol_help {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/symbol/help.png) no-repeat;
}
div#symbol_wrench {
    display: table-cell;
    width: 20px;
    height: 20px;
    background: transparent url(../graphics/symbol/wrench.png) no-repeat;
}
div#symbol_find {
    display: block;
    width: 22px;
    height: 22px;
    background: transparent url(../graphics/symbol/find.png) no-repeat;
}