@charset "UTF-8";
/* CSS Document */

.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 92px;
    overflow: auto;
    width: 325px;
	background-color: white;
	margin-bottom: 0;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

* html .checklist label { height: 1%; }

.checklist label:hover { background: #777; color: #fff; }

