button {
  color: white;
  background-image: url(greenbtn.png);
  font-weight: bold;
  padding: 2px 16px 2px 16px;
  border-width: 0px;
  width: 89px;
}

a.profile_button {
  color: white;
  font-weight: bold;
  background-image: url(greenbtn_enc.png);
  padding: 2px 16px 2px 16px;
  border-width: 0px;
  width: 89px;
  text-decoration: none;
}

label {
  font-weight: bold;
  padding-left: 50px;
  color: #646464;
}

th {
  text-align: left;
  width: 160px;
}

input.textbox, input.password {
  width: 180px;
}

input.upload {
  width: 186px;
}

.reg_text {
  font-size: 11px;
  font-family: Tahoma, sans-serif;
  font-weight: normal;
  padding-bottom: 8px;
  color: #646464;
}

