div.sticker {margin: 0 auto; position: relative;}
div.sticker img {position: absolute; top: -30px; left: -35px; border: none;}

ul.benefits {margin-bottom: 2em; background-color: #f3f3f3; padding: .5em 0 1.2em 0;}
ul.benefits li {font-size: 130%; font-family: optima, sans-serif; margin-top: .7em; list-style: none; text-align: center;}

ul#slideshow {
  float: right;
  position: relative;
}

ul#slideshow li {
  list-style: none;
  margin: 0;
  padding: .5em;

  position: absolute;
  top: 0;
  right: 100%;

  border: 1px solid #eee;
  border-right: 2px #aaa solid;
  border-bottom: 2px #aaa solid;

}

.getIt {margin: 1.5em 0; height: 330px;}

form.register {
  background-color: #f3f3f3;
  width: 280px;
  padding: 10px;
  margin-bottom: .5em;
  border: 5px solid #ccc;
}

.register input {
  width: 260px;
  font-size: 110%;
  padding-left: .2em;
}

.register input.cominBut {
  font-size: 105%;
}

#remember_me {width: auto;}
.register .welcome {text-align: center; padding-top: .3em;}

.register ul {
  margin: 5px 10px;
  padding: 0;
  list-style: none;
}

.register li {
  padding-bottom: .3em;
  list-style: none;
}

.getIt h3 {color: #800000; font-size: 130%; font-weight: normal; text-align: center; margin: 0; padding: 0;}

form.register div.small {font-size: 10px; color: #777; text-align: center; margin-bottom: .5em;}
form.register div.privacy a {color: #777; text-decoration: underline;}

div.switchLink {
  font-size: 110%;
  margin: 0;
  text-align: center;
  /*border: 5px solid #ccc;*/
  /*background-color: #f3f3f3;*/
  width: 280px;
  padding: 10px;
}

.fgroup p {line-height: 1.6; font-size: 14px;}

.fgroup p em {
  font-style: normal;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 0 2px;
}

.forgot_link {
  font-size: 90%;
  float: right;
  margin-top: .2em;
}

/* The following are text labels, made from images, on the index page of the site: */
#user_email.labelMark, #user_email_reg.labelMark {
  background: url(/images/site/email.png) no-repeat 2px 0 white;
}
#user_password.labelMark, #user_password_reg.labelMark {
  background: url(/images/site/password.png) no-repeat 2px 0 white;
}
#user_username_reg.labelMark {
  background: url(/images/site/username.png) no-repeat 2px 0 white;
}
