#authtop a {
    display: inline-block;
  color: #fff;
  text-decoration: none;
    max-width: 125px;
    text-decoration: none;
    overflow: hidden;
    vertical-align: middle;
    margin-top: -4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#authtop a:hover {
  text-decoration: underline;
}

#authtop img {
  margin-right: 7px;
}

#authtop button {
  width: 81px;
  height: 25px;
  margin: 0 0 0 7px;
  padding: 0;
  border: 0;
  position: absolute;
  top: 5px;
  right: 34px;
}

.autherror {
  border: 3px solid red;
  padding: 4px;
  color: red;
  margin-bottom: 16px;
  display: none;
}


#dialog-form-authtop {
  width: 845px;
  display: none;
}

#dialog-form-authtop,
#dialog-form-authtop .authleft,
#dialog-form-authtop .authright 
{
  height: 440px;
}

#dialog-form-authtop.ur,
#dialog-form-authtop.ur .authleft,
#dialog-form-authtop.ur .authright 
{
  height: 350px;
}

#dialog-form-authtop h2 {
  margin: 0;
  padding: 0;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  font-size: 26px;
  color: #303030;
}

#dialog-form-authtop h2 span {
}

#dialog-form-authtop .ui-dialog-titlebar-close {
  position: absolute;
  top: 22px;
  right: 15px;
}

#dialog-form-authtop table td.ah {
  width: 80px;
  white-space: nowrap;
}

#dialog-form-authtop button {
  margin-top: 20px;
}

#dialog-form-authtop .ahint {
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
}

#dialog-form-authtop td.ahint {
  padding-left: 20px;
}

#dialog-form-authtop div.ahint {
  margin-bottom: 23px;
}

#dialog-form-authtop input {
  width: 200px;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
}

#dialog-form-authtop .authleft {
  float: left;
  width: 295px;
  background-color: #F0F0F0;
  padding: 0 20px;
}

#dialog-form-authtop .authleft a {
  color: #034291;
}

#dialog-form-authtop .authleft a:hover {
  color: #FF6E00;
}
#dialog-form-regtop {
  display: none;
}

#dialog-form-regtop .authright {
 
  background-color: #F0F0F0;
  padding: 0 20px;
}

#dialog-form-regtop .authright .arline {
  border-top: 1px solid #cfcfcf;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}

.authright h2 {
	position: relative;
}

#dialog-form-authtop-pass {
  display: none;
  text-align: center;
  padding-top: 20px;
}

#dialog-form-authtop-pass table {
  margin: 20px 0 30px 45px;
}

#dialog-form-authtop-changepass {
  padding: 16px 0;
  display: none;
  text-align: center;
}

#dialog-form-authtop-changepass table {
  margin-bottom: 16px;
  margin: 0 auto;
}

#dialog-form-authtop-changepass-info {
  display: none;
  padding: 17px 26px;
}
