#assistant {
  position: relative;
  margin: 16px;
  background: #dbe8f5;
  border: 2px solid #bdd2e7;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
  font-size: 1.25em;
}

#assistance {
  padding: 10px;
}

.x {
  background: url(/html/css/images/x.png) 0 0 no-repeat;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 999999;
}

.x a {
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -999999px;
  z-index: 999999;  
}

.ie6x {
  display: none;
  text-align: right;
  _display: block;
}

#assistant h1 {
  margin-top: 0;
  padding-bottom: 10px;
  color: #3f5061;
  border-bottom: 1px solid #bdd2e7;
}

#assistant ol,
#assistant ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  list-style-type: none;
}

#assitant li {
  margin-bottom: 1em;
}

#assistant li.todo {
  padding-left: 18px; 
  margin-bottom: .5em;
  background: transparent url(/images/proteus/icons/doc-add.png) top left no-repeat;
}

#assistant li.done {
  padding-left: 18px; 
  margin-bottom: .5em;
  background: transparent url(/images/proteus/icons/confirm.png) 0 .25em no-repeat;
}

#assistant li.edit {
  padding-left: 18px; 
  margin-bottom: .5em;
  background: transparent url(/images/proteus/icons/doc-edit.png) top left no-repeat;
}