div.record {
  display: block;
  margin-bottom: 1em;
}

form.upload { 
  position: relative;
}

form.upload label {
  float: left;
  line-height: 2em;
  vertical-align: bottom;
  width: 6em;
}

p.notice,
p.error {
  border: solid #999 1px;
  color: #333;
  padding: 0.5em 1em;
}
p.notice {
  background-color: #eef;
}
p.error {
  background-color: #fee;
}

p.notice em,
p.error em {
  display: block;
  font-variant: none;
  font-weight: bold;
}

.cb {
  clear: both;
}

div.record { 
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}

p.title { 
  font-weight: bold;
}
p.title img { 
  border: solid #ccc 2px;
  margin-right: 0.3em;
}
div.record p img.graphic { 
  margin-left: -140px;
  width: 125px;
}

div.record p {
  padding-left: 140px;
}

span.editme { 
  line-height: 24px;
}
span.editme img { 
  border: solid white 0px;
}

span.editme img.admin { 
  vertical-align: middle;
}

p.title input {
  border: solid white 0px;
  color: #555;
  font-weight: bold;
}

p.title input:hover {
  background-color: #eee;
}

sup { 
  font-size: 10px;
}



li.group a.cake {
  background: url(/img/icon-cake.png) center left no-repeat;
  line-height: 64px;
  padding: 4px 0 4px 68px;
  vertical-align: middle;
}

li.group a.stork {
  background: url(/img/icon-stork.png) center left no-repeat;
  line-height: 64px;
  padding: 4px 0 4px 68px;
  vertical-align: middle;
}

li.group a.wine {
  background: url(/img/icon-wine.png) center left no-repeat;
  line-height: 64px;
  padding: 4px 0 4px 68px;
  vertical-align: middle;
}


div.content-txtbox-noshade p { 
  margin: 0.7em 0;
}

