.note
{
  font-size: 12px;
}

.note .infobar
{
  margin: -10px 0 15px 0;
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
  padding: 3px;
}

.note .infobar .time,
.note .infobar .author,
.note .infobar .edit,
.note .infobar .delete
{
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
}

.note .infobar .time
{
  background-image: url('../lay/icons/time.gif');
}

.note .infobar .author
{
  background-image: url('../lay/icons/username.gif');
}

.note .infobar .edit
{
  background-image: url('../lay/icons/desc.gif');
}

.note .infobar .delete
{
  background-image: url('../lay/icons/delete.gif');
}

