#seekerUpgradeFormBlock {
  padding: 10px;
}
.seekerUpgrade {
  width: 700px;
}
.seekerUpgrade .careDialog {
  background-color: #fff;
  border: 7px solid #efefef;
  border: 7px solid rgba(204, 204, 204, 0.3);
  border-radius: 22px;
  background-clip: padding-box;
}
.seekerUpgrade .careDialog .top {
  background-image: none;
}
.seekerUpgrade .careDialog .base {
  background-image: none;
}
.seekerUpgrade .sendMessage_dialog .c {
  background-image: none;
}
.seekerUpgrade .careDialog .top .close {
  background-image: url('/img/cloud-close.png');
  height: 28px;
  overflow: hidden;
  right: -8px;
  text-indent: 100px;
  top: -7px;
  width: 28px;
}
.dijitDialog.seekerUpgrade {
  overflow: visible;
}
.seekerUpgrade .promoCodeField {
  background: none repeat scroll 0 0 white;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 2px 0 #999 inset;
  min-height: 18px;
  padding: 6px 4px 2px !important;
  margin-right: 15px;
  position: relative;
}
.seekerUpgrade .careDialog h1,
.seekerUpgrade .careDialog h2 {
  color: #00BCE4;
}
.seekerUpgrade .careDialog h1 {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}
.seekerUpgrade .careDialog h2 {
  font-size: 15px;
}
.seekerUpgrade .careDialog ul.arrowList {
  list-style-image: url('/img/seekerCloud/arrow.gif');
  list-style-position: outside;
  margin-left: 20px;
}
.seekerUpgrade .careDialog ul.arrowList li {
  font-size: 14px;
  margin-bottom: 5px;
}
.seekerUpgrade .careDialog #vis_enroll_mem_plan_test div.selectSub {
  display: none;
}
.seekerUpgrade .careDialog .creditCardList input {
  margin-bottom: 26px;
}
.seekerUpgrade .careDialog .creditCardList img {
  margin-right: 82px;
}
.seekerUpgrade .careDialog .creditCardList .lastImage {
  margin-right: 0;
}
.seekerUpgrade .smartForm .submit input {
  background: url('/img/headTerm/button-arrow-white-lrg.png?v=1') no-repeat scroll 86% 50% #F15C22;
  font-size: 18px;
  font-weight: bold;
  height: 42px;
  padding: 6px 25px 8px 0;
  text-align: center;
  width: 225px;
}
.seekerUpgrade .smartForm .submit input:hover {
  background: url('/img/headTerm/button-arrow-white-lrg.png?v=1') no-repeat scroll 86% 50% #F47D4E !important;
}
.seekerUpgrade .smartForm .errorDisplay {
  height: 14px;
}
.seekerUpgrade .g14,
.seekerUpgrade .g18 {
  overflow: visible !important;
}
.seekerUpgrade hr {
  background: none repeat scroll 0 0 #D9D9D9;
  border-width: 0;
  color: #D9D9D9;
  height: 1px;
}
.seekerUpgrade .dropLeft,
.seekerUpgrade .dropRight,
.seekerUpgrade .bgFooter {
  background: none !important;
}
.seekerUpgrade .framework,
.seekerUpgrade .container {
  display: inline;
  width: auto !important;
}
.seekerUpgrade .cont {
  margin: 0 !important;
}
.seekerUpgrade .bgFooter {
  height: 0;
}
.seekerUpgrade .promo2 {
  display: none;
}
.seekerUpgradeUnderlay {
  background-color: #000 !important;
  filter: alpha(opacity=50) !important;
  opacity: 0.3 !important;
}
.ih337 {
  width: 600px;
  background-color: #fff;
  border: 5px solid #ccc;
  border-radius: 10px;
}
.ih337 .base {
  background: none;
}
.ih337 .top {
  background: none;
}
.ih337 .c {
  background: none;
}
.ih337 .x {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url(/img/seniorCare/closebox.png) top right no-repeat;
  padding: 0px;
  color: #666;
  line-height: 30px;
  color: transparent;
}
.ih337 a {
  dispaly: none;
  color: transparent;
}
.ih337 .tooltipHeader {
  font-size: 22px;
  color: #00BEF0;
  font-weight: Bold;
}
.seekerUpgrade .upgradeSuccessCloud {
  font-size: 14px;
  padding: 20px;
}
.seekerUpgrade .upgradeSuccessCloud h1 {
  margin-top: 0;
}
.seekerUpgrade .upgradeSuccessCloud .loud {
  color: #666;
}
.seekerUpgrade .upgradeSuccessCloud .subTxt {
  margin: 10px 0 20px 0;
  color: #666;
}
.seekerUpgrade .upgradeSuccessCloud .billingDetails {
  width: 310px;
}
.seekerUpgrade .upgradeSuccessCloud .billingDetails > div {
  margin: 5px 0;
  color: #666;
}
.seekerUpgrade .upgradeSuccessCloud .billingDetails > .divider {
  border-top: 1px solid #333333;
  width: 300px;
}
.seekerUpgrade .upgradeSuccessCloud .billingDetails .finalDetails {
  font-weight: bold;
  border-top: 1px solid #000;
  padding-top: 7px;
  margin-top: 10px;
  color: #000;
}
.seekerUpgrade .upgradeSuccessCloud .billingDetails > div .detailValue {
  display: inline-block;
  text-align: right;
  width: 45px;
  white-space: nowrap;
}
.seekerUpgrade .upgradeSuccessCloud .billingDetails > div .labelTxt {
  display: inline-block;
  width: 250px;
}
/* CAREUS-3876 */
.seekerUpgrade {
  width: -moz-min-content !important;
  width: -webkit-min-content !important;
  width: min-content !important;
  min-width: 700px;
}
.seekerUpgrade #seekerUpgradeMembershipPlanForm .package-grid #grid {
  float: left;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
/* CAREUS-3876 */
