/*----------------------------------------------------------------------------------------------------
Savon Sign In CSS
Author : john.s.dawson@supervalu.com

Created : 10/09/09
----------------------------------------------------------------------------------------------------*/
.signIn {
  background: #fff url('/content/rx/images/headerSignIn.gif') no-repeat top left;
  float: left;
  height: 32px;
  margin: 25px 0px 5px 0px;
  width: 700px;
}

#signInInfo {
  float: left;
}

#username,
#password {
  width: 12em;
}

#signInInfo #forgotPassword {
  font-size: 0.9167em;
  margin-left: 0.9091em;
}

#register {
  float: left;
  clear: both;
  width: 30em; /* for IE6 */
  font-size: 0.9167em;
  margin-top: 0.9091em;
}