
#login-container div#login-button {
/*
  width: 98px;
  height: 27px;
  margin: 0px 0px 0px 428px;
  position: absolute;
  z-index: 777;
  cursor: pointer;
*/
 	cursor:pointer;
	padding-top: 27px;
	width: 98px;
	height: 0 !important;
	height /**/:27px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 15px;
	background-image: url(../img/interface/nav-sign-in-out.png);
	z-index: 90;
}
#login-button.open {
  	background-position: 0 -27px;
}

#login-container div#login-panel {
  background: url(/images/nav-login-bg.png);
  width: 535px;
  height: 92px;
  position: absolute;
  top: 0px;
  right: 0px;

}
.signin-on {
  background: url(/images/nav-sign-in-out.png) no-repeat 0px -27px;
}
.signin-off {
  background: url(/images/nav-sign-in-out.png) no-repeat;
}
#emailGroup, #passwordGroup, #signInBtn, #forgotGroup, #rememberGroup {
  float: left;
}
#emailGroup {
  width: 138px;
}
#passwordGroup {
  text-align: right;
  width: 105px;
  position: relative;
}
#signInBtn {
  width: 80px;
}
#forgotGroup {
  width: 105px;
}
#forgotGroup a {
  background: transparent url(/images/link-dottedline.gif) repeat-x scroll left bottom;
  position: relative;
  text-decoration: none;
}
#forgotGroup a:hover {
  background:transparent url(/images/link-dottedline-hover.gif) repeat-x scroll left bottom;
}

#rememberGroupSub {
  display: inline;
  width: 77px;
  float: left;
  text-align: right;
}

#rememberGroupSub a {
  background: transparent url(/images/link-dottedline.gif) repeat-x scroll left bottom;
  font-size: 0.9em;
  position: relative;
  text-decoration: none;
}
#rememberGroupSub label {
  color: #666666;
  line-height: 1em;
}

#login_remember_me {
  float: left;
  margin: 5 0 5 5;
}
#rememberGroup {
}
#emailGroup input, #passwordGroup input {
  font-family: inherit;
  font-size: inherit;
  color: #666666;
  height: 16px;
  position: relative;
}
#login-email, #login-password {
  border:1px solid #cccccc;
}
#login-email {
  width: 135px;
}
#login-password {
  z-index: 781;
  width: 96px;
}

#pw {
  color: #666666;
  top: 2px;
  left: 12px;
  height: 22px;
  position: absolute;
  z-index: 782;
}
.btnHeadLogin {
  background: url(/images/btn-sign-in-dark.png) no-repeat 7px 0px;
  width: 80px;
  height: 22px;
  border: medium none;
  cursor: pointer;
}
.btnHeadLogin:hover {
  background: url(/images/btn-sign-in-dark.png) no-repeat -293px 0px;
  width: 80px;
  height: 22px;
  border: medium none;
  cursor: pointer;
}
#formLogin {
  margin-top: 45px;
  margin-left: 10px;
}
#login-info {
  position: relative;
  padding-bottom: 5px;
  padding-right: 17px;
}
