/* Gift Certificate Rules */

#giftcertlink {
  background: url(http://solo-salon.com/images/interface/gift_cert.png) top left no-repeat;
  height: 40px;
  left: 420px;
  position:absolute;
  text-indent: -9999px;
  top:83px;
  width: 290px;
}

#giftcertlink:hover {
  background-position-x: -290px;
}

#giftcertcontainer {
  background:#ffffff;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, sans-serif;
  /*height:200px;*/
}

#giftcert {
  background: url(http://solo-salon.com/images/interface/giftcert_overlay.png) 20px 20px no-repeat;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 304px;
  padding: 0;
  width: 730px;
}

#giftcert input, #giftcert label, #giftcert textarea {font-family: "museo-sans-1","museo-sans-2", Helvetica, sans-serif;font-size:12px;font-weight:300;}

#giftcert input[name="amount"] {left:70px; position: absolute; top:130px;width:135px; text-align:right;}
#amount {left:70px; position: absolute; top:85px;width:135px; text-align:right;}
#giftcert input[name="merchant_defined_field_1"] {left:40px; position: absolute; top:170px;width:165px;text-align:right;}
#recipient {left:40px; position: absolute; top:125px;width:165px;text-align:right;}
#giftcert input[name="merchant_defined_field_2"], #purchaser {left:265px; position: absolute; top:170px; width:147px;text-align:right;}
#purchaser {left:265px; position: absolute; top:125px; width:147px;text-align:right;}
#giftcert textarea[name="merchant_defined_field_3"], #message {border:2px inset #e6e6e6;left:76px; position: absolute; top:195px;text-align:right;}
#giftcertmessage {border:none; left:40px; line-height:40px; text-align:left; text-indent:40px; top:155px; width:400px; }
#ship_radio {left:20px;position:absolute;top:278px;}
#giftcert_captcha {left:20px; position: absolute; top: 240px; width: 400px;}
#giftcert_captcha label {font-size:10px;}
#giftcert_captcha img {float:right;margin:-8px 4px 0 0;}
#giftcert input[type="submit"] {bottom:45px;margin-left:345px;position: absolute;}
#certnum {left: 315px; position: absolute; text-align: right; top: 245px; width:100px;}

body.giftcert #giftcert {background: url(http://solo-salon.com//images/interface/giftcert_overlay.png) no-repeat 20px 20px;}
