div.person {
   position    : relative;
   border      : 1px solid black;
   width       : 200px;
   font-family : Arial;
   font-size   : 10px;
   height      : 143px;
   /*background-image: url(images/gradientgreen80.jpg);*/
   background-color: #adba8c;
}

span.personName {
   position : absolute;
   top      : 1px;
   left     : 2px;
   color    : #ffffff;
   width    : 200px;
   display  : block;
}

span.personAddress {
   position : absolute;
   top      : 12px;
   left     : 2px;
   color    : white;
   font-size   : 10px;
   width    : 200px;
   display  : block;
}

span.personOccupation {
   position    : absolute;
   top         : 10px;
   display     : block;
   font-size   : 16px;
   font-weight : bold;
   color       : white;
   margin-top  : 25px;
   text-align  : center;
   width       : 200px;
}

span.personPhoneNumber {
   position   : absolute;
   left       : 2px;
   top        : 80px;
   width      : 150px;
   display    : block;
}

span.personMobile {
   position : absolute;
   left     : 2px;
   top      : 92px;
   width    : 200px;
   display  : block;
}

span.personNotes {
  position   : absolute;
  left       : 205px;
  top        : -2px;
  width      : 290px;
  font-size   : 7pt;
  text-align : left;
}
