a.cmdPurchase:link, a.cmdPurchase:visited {
  width: 150px;
  height: 27px;
  display: block;
  background: url('/images/main/funnel/btnSignUp.png') 0 0px no-repeat;
}

a.cmdPurchase:hover, a.cmdPurchase:active {
  width: 150px;
  height: 27px;
  background-image: url('/images/main/funnel/btnSignUpOVER.png');
  background-repeat: no-repeat;
}

.Prices {
  color: #333333;
  font-size: 13px;
  font-weight: bolder;
}

#cmdSupportLink {
  background: transparent url('/images/main/funnel/cmdHelpLink.png') 0 -16px no-repeat;
  width: 188px;
  height: 16px;
  position: Relative;
  left: 105px;
  top: 31px;
  margin: 0px;
  padding: 0px;
}

#cmdSupportLink a {
  width: 188px;
  height: 16px;
  display: block;
}

#cmdSupportLink a:hover {
  background: transparent url('/images/main/funnel/cmdHelpLink.png') 0 0px no-repeat;
}

#icoHelpBG {
  position: relative;
  width: 300px;
  height: 50px;
  background-image: url('/images/main/funnel/icoHelpBg.png');
  text-align: left;
}

#icoHelpContainer {
  width: 100%;
  text-align: right;
  position: relative;
  top: -48px;
  left: 5px;
  padding-bottom: 0px;
  margin-bottom: -45px;
}