.button_label {
  cursor: hand;
  font-family: Arial;
  font-weight: bold;
  color: rgb(156,88,2);
  font-size: 11px;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  display: block;
  height: 18px;
  background: url(images/en/button_repeat.gif);
}
.button_tr {
  vertical-align: top;
}

.signInButton {
  width: 79px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/en/signIn.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.submitButton {
  width: 79px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/en/Submit.jpg) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.linkbar {
}

a.link, a.link:hover, a.link:selected, a.link:visited, .link_sep, .linkbar_repeat {
  cursor: hand;
  font-family: Arial;
  font-weight: bold;
  color: white;
  font-size: 12px;
  vertical-align: bottom;
  text-decoration: none;
  height: 27px;
  padding-left: 5px;
  padding-top: 6px;
  padding-right: 5px;
  background: url(images/en/linkbar_repeat.gif);
}

a.link:hover {
  color: rgb(156,88,2);
}

.slink_sep, a.slink, a.slink:hover, a.slink:selected, a.slink:visited {
  font-family: Arial;
  color: rgb(255,255,255);
  font-size: 11px;
  text-decoration: none;
}

a.slink:hover {
  color: rgb(156,88,2);
}

input.textbox {
  cursor: hand;
  font-family: Arial;
  font-weight: bold;
  color: rgb(100,100,100);
  font-size: 11px;
  vertical-align: top;
  height: 14px;
  padding-left: 5px;
  padding-right: 5px;
  border: 0px;
  background: url(images/en/textboxRepeat.gif);
}

input.textbox2 {
  cursor: hand;
  font-family: Arial;
  font-weight: bold;
  color: rgb(100,100,100);
  font-size: 11px;
  vertical-align: top;
  height: 17px;
  padding-left: 5px;
  padding-right: 5px;
  border: 0px;
  background: url(images/en/textboxRepeat.gif);
}

label.white {
  color: white;
  font-family: Arial;
  font-size: 11px;
}

.login_top {
  background: url(images/en/loginTop.jpg);
  height: 29px;
}

.login_repeat {
  background-color: #C18F14;
  height: 75px;
}

.login_bottom {
  background: url(images/en/loginBottom.jpg);
  height: 21px;
}


.padding {
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
