.signInContainer {
  position: relative;
  white-space: nowrap;
}

.signInContainer a {
  white-space: nowrap;
}

.tabbox {
  height: 20px;
}

.tabbox a {
}

.panel div {
  position: relative;
}

.tabbox .myAccount, .tabbox .tabSignOut, .tabbox .tabSignIn, .tabbox .tabSignUp {
  background: #ffffff;
  display: block;
  line-height: 20px;
  text-align: center;
  padding:5px 10px;
  float: right;
  font-weight: bold;
  font-family: Arial;
  font-size: 13px;
  color: #4d687b !important;
  white-space: nowrap;
  cursor: pointer;
}

.tabbox .select {
  background: #b9cfdc;
}

.panel .accountBox {
  background: #dde8ee;
  position: absolute;
  left: 0;
  top: 30px;
  margin: 0;
  z-index: 10002;
  clear: both;
  display: none;
  text-align: left;
}

.panel a {
  display: block;
  line-height: 20px;
  font-family: Arial;
  font-size: 13px;
  color: #4d687b !important;
  white-space: nowrap;
  padding:8px 20px;
  border-bottom: solid 1px white  ;
}

.authBtn {
  width: 56px;
  height: 19px;
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  vertical-align: middle;
  padding: 0 !important;
  border: none !important;
  border-width: 0px !important;
  background-color: transparent !important;
  background-image: url('/aaa/images/small_button_bg_ena.png')!important;
}

.authBtn:hover {
  color: #ffffff !important;
  font-weight: bold !important;
  border: none !important;
  border-width: 0px !important;
  background-image: url('/aaa/images/small_button_bg_ovr.png')!important;
}

.authBtn:active {
  color: #ffffff !important;
  font-weight: bold !important;
  border: none !important;
  border-width: 0px !important;
  background-image: url('/aaa/images/small_button_bg_dwn.png')!important;
}

.cancelBtn {
  background-image: url('/aaa/images/button_greybg_ena.png')!important;
}

.cancelBtn:hover {
  background-image: url('/aaa/images/button_greybg_ovr.png')!important;
}

.cancelBtn:active {
  background-image: url('/aaa/images/button_greybg_dwn.png')!important;
}

.resetBtn, .registerBtn {
  width: 130px;
  background-image: url('/aaa/images/big_button_bg_ena.png')!important;
}

.resetBtn:hover, .registerBtn:hover {
  background-image: url('/aaa/images/big_button_bg_ovr.png')!important;
}

.resetBtn:active, .registerBtn:active {
  background-image: url('/aaa/images/big_button_bg_dwn.png')!important;
}

.authErr {
  padding: 2px 2px;
  height: 14px;
  font-size: 12px;
  color: #A20109;
}

.authMsg {
  padding: 2px 2px;
}

.authMsg a.normal {
  font-size: 12px;
  color: #52697b;
}

.authMsg a.bold {
  font-size: 12px;
  color: #52697b;
  font-weight: bold;
}

.ezpz-hint {
  color: #DDD !important
}
