hea#login-container {
  width: 544px;
  height: 75px;
  position: relative;
  margin-top: 0px;
  font-family: arial;
  font-size: 11px;
}
#login-container div#login-panel {
}
#login-container div#login-button {
  width: 98px;
  height: 27px;
  margin: 0px 0px 0px 428px;
  position: absolute;
  z-index: 777;
  cursor: pointer;
}
#login-container div#login-panel {
  background: url(/images/nav-login-bg.png);
  width: 535px;
  height: 75px;
  position: absolute;
  top: 0px;
  z-index: 770;
}
.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: 95px;
}
#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: 3px;
  left: 8px;
  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;
}

#header ul {
  list-style-type: none;
  padding-left: 490px;  
}

#header #proactivSolutionLogo {
  width: 116px;
  position: absolute;
  left: -3px;
  top: -65px;
}

td{
    font-family: arial,helvetica;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
}
#footerlinks{
	font-family: arial,helvetica;
	font-size: 11px;
	color: #617b92; 
	text-decoration:none; 
}

