 .fontResizer { 
  display: block;
  position: relative;
}
.fontResizer a { 
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 15px;
  color: #666;
  text-decoration: none;
}
.fontResizer a:hover { color: #000; text-decoration: none; }
/* The following control the way the font-resizer links appear only */ 
.smallFont { font-size: 9px; }
.medFont { font-size: 13px; }
.largeFont { font-size: 15px; }
.curFont { background: #EEEEF7; }

.myAccount {
 display: block;
 float: right;
 width: 48px;
 height: 48px;
 background: url("/j2-admin/images/my-account.png") no-repeat;
}
.myAccount:hover {
 background: none;
 text-decoration: none;
}

a.button {
 display: block;
 float: right;
 width: 24px;
 height: 24px;
 margin-top: 2px;
 margin-left: 1px;
 margin-right: 8px;
 cursor: pointer;
}

a.mailTo {
 background: url("j2-admin/images/boritek.gif") no-repeat;
 display: block;
 float: left;
 width: 20px;
 height: 16px;
}