.Zebra_TransForm_Checkbox,
.Zebra_TransForm_Checkbox_Focus,
.Zebra_TransForm_Checkbox_Tick,
.Zebra_TransForm_Checkbox_Disabled,
.Zebra_TransForm_Arrow {
    background-image: url('estlat_register_cb.jpg');
    _background-image: url('estlat_register_cb.jpg');
    background-repeat: no-repeat;
}

.Zebra_TransForm_Checkbox {
    /*position: absolute;*/
    margin-top:-25px;
    width: 41px;
    height: 41px;
    cursor: pointer;
}

.Zebra_TransForm_Checkbox {
    background-position: left top;
}

/*  CHECK BOXES */

.Zebra_TransForm_Checkbox_Focus {
    background-position: -41px top;
}

.Zebra_TransForm_Checkbox_Tick {
    width: 41px;
    height: 41px;
    margin: 0px 0 0 0px;
    background-position: -0px -0px; /* outside the boundries as we don't want to show anything */
}

.Zebra_TransForm_Checkbox_Checked .Zebra_TransForm_Checkbox_Tick {
    background-position: -0px -41px;
}

.Zebra_TransForm_Checkbox_Disabled,
.Zebra_TransForm_Checkbox_Checked_Disabled {
    background-position: -41x top;
    cursor: auto;
}

.Zebra_TransForm_Checkbox_Checked_Disabled .Zebra_TransForm_Checkbox_Tick {
    background-position: -0px -42px;
}


/* LABELS FOR DISABLED CONTROLS */

.Zebra_TransForm_Label_Disabled,
.Zebra_TransForm_Select_Disabled .Zebra_TransForm_Text {
    color: #DEDEDE;
}

/*  LISTS */
.Zebra_TransForm_List {
    border: 1px solid #DEDEDE;
}

select { font-family: inherit }

