/*
36 = 32 (bg-image-width) + 4 (space between image and text)
38 = 32 (bg-image-height) + 6 (bg-pos-y)
 */

.choice, .tricky, .note, .border
{
  border:solid black 1px;
}
.choice, .tricky, .note, .note-border-none
{
  background-position:0px 6px;
  background-repeat:no-repeat;
  padding-left:36px;
  min-height:38px;
  _height:38px;     /* IE hack */
}
.choice
{
  background-image:url(/art/choice.png);
  background-color:honeydew;
/*border:2px solid palegreen;*/
  border-top: solid 1px darkgreen;
  border-left: solid 1px darkgreen;
  border-right: solid 3px darkgreen;
  border-bottom: solid 3px darkgreen;
}
.tricky
{
  background-image:url(/art/tricky.png);
  background-color:thistle;
/*border:2px solid darkmagenta;*/
  border-top: solid 1px darkmagenta;
  border-left: solid 1px darkmagenta;
  border-right: solid 3px darkmagenta;
  border-bottom: solid 3px darkmagenta;
}
.note, .note-border-none
{
  background-image:url(/art/note.png);
}
.bgnote, .note
{
  background-color:lightcyan;
/*border:2px solid dodgerblue;*/
  border-top: solid 1px dodgerblue;
  border-left: solid 1px dodgerblue;
  border-right: solid 3px dodgerblue;
  border-bottom: solid 3px dodgerblue;
}
p:after, ol li:after
{
  margin-bottom:0.7em;
  content:"";
  display:block;
}
.parafix
{
  margin-left:36px;
}
.note-border-none
{
  margin-top:0;
}
