legend {
    font-size: 0.7em;
}

fieldset {
    border: 0;
}

label {
    font-size: 0.7em;
}

.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checklist li {
    float: left;
    margin-right: 10px;
    background: url(http://img.remixshare.com/jquery_checkbox/checkboxbg.gif) no-repeat 0 0;
    width: 105px;
    height: 150px;
    position: relative;
}

.checklist li.selected {
    background-position: -105px 0;
}

.checklist li.selected .checkbox-select {
    display: none;
}

.checkbox-select {
    display: block;
    float: left;
    position: absolute;
    top: 118px;
    left: 10px;
    width: 85px;
    height: 23px;
    font-size:0.45em;
    background: url(http://img.remixshare.com/jquery_checkbox/select_de.gif) no-repeat 0 0;
    text-indent: -9999px;
}

.checklist li input {
    display: none;
}

a.checkbox-deselect {
    display: none;
    color: white;
    font-size:0.45em;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 120px;
    right: 10px;
}

.checklist li.selected a.checkbox-deselect {
    display: block;
}

.checklist li label {
    display: block;
    text-align: center;
    padding: 8px;
}

.sendit {
    display: block;
    float: left;
    top: 118px;
    left: 10px;
    width: 115px;
    height: 34px;
    border: 0;
    cursor: pointer;
    background: url(http://img.remixshare.com/jquery_checkbox/sendit_de.gif) no-repeat 0 0;
    text-indent: -9999px;
    margin: 20px 0;
}
