.iceOutConStat {
    margin: 10px;
    width: 60px;
    height: 25px;
    border: none;
}

.iceOutConStatInactive {
    position: absolute;
    background-image: url( images/connector/connect_idle.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
}

.iceOutConStatActive {
    position: absolute;
    background-image: url( images/connector/connect_active.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
}

.iceOutConStatCaution {
    position: absolute;
    background-image: url( images/connector/connect_caution.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
}

.iceOutConStatDisconnect {
    position: absolute;
    background-image: url( images/connector/connect_disconnected.gif );
    background-position: top;
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
}

