a.menu {
  display: block;
  float: right;
  width: 90px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-image: url(/pics/but_or.png);
  padding-top: 4px;
  font-weight: bold;
  color: black;
  font-size: 11px;
}

a.menu:hover {
  background-image: url(/pics/but_rd.png);
  color: white;
  font-weight: bold;
  font-size: 12px;
}


.cTextCPF {
  width: 164px;
  height: 20px;
  background: transparent no-repeat;
  background-image: url(/pics/editcpf.png);
  font-family: helvetica;
  font-size: 10pt;
  padding-left: 30px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0px;
  vertical-align: top;
}

.cTextPass {
  width: 164px;
  height: 20px;
  background: transparent no-repeat;
  background-image: url(/pics/editpass.png);
  font-family: helvetica;
  font-size: 10pt;
  padding-left: 30px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 1px;
  margin: 0px;
  vertical-align: top;
}

.cRedButton {
  margin: 2px;
  width: 80px;
  height: 32px;
  background: transparent no-repeat;
  background-image: url(/pics/redbutton.png);
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

.cRedButton:hover {
  width: 80px;
  height: 32px;
  background: transparent no-repeat;
  background-image: url(/pics/bluebutton.png);
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 1px;
  padding-left: 1px;
  color: white;
  cursor: pointer;
}


.cYellowButton {
  margin: 2px;
  width: 60px;
  height: 20px;
  background: transparent no-repeat;
  background-image: url(/pics/yellowbutton.png);
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.cYellowButton:hover {
  background-image: url(/pics/yellowbuttonh.png);
  color: white;
}

.cYClose {
  width: 16px;
  height: 16px;
  background: transparent no-repeat;
  background-image: url(/pics/yclose.png);
  cursor: pointer;
}

.cYClose:hover {
  width: 16px;
  height: 16px;
  background: transparent no-repeat;
  background-image: url(/pics/ycloseh.png);
  cursor: pointer;
}

