/* coupon images ---------------*/

#coupon_links {
  width: 100%;
  overflow: hidden;
}
a.coupon10,
a.coupon15,
a.couponww {
  display: block;
  text-indent: -4000em;
  width: 453px;
  height: 135px;
  margin: 5px 0;
}
a.coupon10 {
  background: url(/resources/dyn/files/87123/_fn/jollytimeCoupon2_3.jpg) no-repeat top left;
}
a.coupon15 {
  background: url(/resources/dyn/files/84045/_fn/jollytimeCoupon1_2.jpg) no-repeat top left;
}
a.couponww {
  background: url(/resources/dyn/files/87122/_fn/jollytimeCoupon3_1.jpg) no-repeat top left;
}

/* login to coupons ------------*/
div.feedback {
  color: red;
  font-size: 11px;
  margin-bottom: 18px;
}
.login span.label {
  display: none;
}
p.user_name_note {
  border-bottom:1px dashed #bdbfbf;
  clear:both;
  margin:0pt 0 18px 0;
  padding:10px 10px 10px 0;
}
table.couponforms {
  margin-top: 18px;
}
.login_con input.login {
  cursor:pointer;
  background-color:#E5F6F9;
  border: none;
  color:#013355;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  font-weight:bold;
  margin:0 0 20px;
  padding:5px 11px;
  text-transform:uppercase;
}
.login_con input.login:hover {
  background-color:#013355;
  color:#E5F6F9;
}
.couponforms a {
  color: #432C18;
  font-size: 11px;
}
.couponforms a:hover {
  color: #0276C1;
}

/*-----Register for Cupons ------*/
#coupon_links table.create_account tr {
  height: 35px;
}
#coupon_links tr.password_entry span.message {
  margin-bottom: 5px;
  display: block;
}
#coupon_links table.create_account tr.grocery_store_entry,
#coupon_links table.create_account tr.weight_watchers_entry,
#coupon_links table.create_account tr.regularly_purchase_entry {
  height: 50px;
}
tr.weight_watchers_entry label,
tr.regularly_purchase_entry label {
  display: block;
}
tr.regularly_purchase_entry td,
tr.kernels_of_fun_entry td {
  padding-bottom: 15px;
}
tr.kernels_of_fun_entry input {
  margin-right: 15px;
}

