.ccheck
{
  display: inline;
  text-align: left;
  height: 23px;
  font-size: 16px;
}

.ccheck input
{
  display: none;
  -webkit-appearance: none;
}

.ccheck div
{
  float: left;
  display: block;
  cursor: pointer;
  width: 23px;
  height: 23px;
  background-image: url('ccheck-empty.png');
}

.ccheck div:hover
{
  background-image: url('ccheck-hover.png');
}

.ccheck div.checked
{
  background-image: url('ccheck-checked.png');
}

.ccheck label
{
  margin-left: 28px;
  padding-top: 1px;
  display: block;
  color: #828284;
  cursor: pointer;
}
