div.storeContainer {
}

div.storeContainer table.searchResults {
    width: 100%;
}

div.storeContainer td.status {
    text-align: center;
}

div.storeContainer textarea.error {
    background-color: #FCC;
}

div.storeContainer span.error {
    color: #B72222;
    display: block;
}

div.storeContainer .hidden {
    display: none;
}

div.storeContainer fieldset {
    margin: 0;
    padding: 0;
    width: 100%;
}

div.storeContainer select.price {
    width: 140px;
    text-align: right;
}

div.startAgain {
    margin-bottom: 1em;
    text-align: center;
}

div.localeCurrencyOption {
    float: right;
}

table#shoppingCart {
    width: 100%;
}

table#shoppingCart td.total {
    font-weight: bold;
    font-size: 1.2em;
}

table#shoppingCart td.orderItem {
    padding-left: 10px;
}

table#shoppingCart span.setupFee {
    padding-left: 2em;
}

table#shoppingCart span.title {
    padding-left: 2em;
}

table#shoppingCart .editable {
    cursor: pointer;
    font-style: italic;
    margin: 1em 0 0 0;
    color: #669933;
    font-weight: bold;
}

table#shoppingCart td.orderPrice {
    text-align: right;
}

table#shoppingCart td.domain {
    font-size: 1.2em;
    font-weight: bold;
}

table#shoppingCart form {
    display: inline;
}

table#shoppingCart td.actions {
    text-align: right;
    width: 1em;
}

table#shoppingCart .ui-widget-content {
    border: 1px solid #AAA !important;
    border-top: none !important;
}

table#shoppingCart tr.rego td.orderItem,
table#shoppingCart tr.rego td.orderPrice {
    background: #FFF;
}

table#shoppingCart tr.hosting td.orderItem,
table#shoppingCart tr.hosting td.orderPrice {
    background: #EEE;
}

table#shoppingCart tr.addon td.orderItem,
table#shoppingCart tr.addon td.orderPrice {
    background: #DDD;
}

table#shoppingCart tr.prorataCredit td {
    color: #B72222;
}

table#shoppingCart .sales-action {
    padding: 0.3em;
    cursor: pointer;
}

table#shoppingCart .sales-actions {
    text-align: right;
}

table#shoppingCart .regoAccordion h3 {
    padding: 0.5em 0.5em 0.5em 2.2em;
}

.sales-form textarea {
    width: 100%;
    min-height: 10em;
    margin-bottom: 1em;
}

.sales-form input[type='text'] {
    width: 100%;
    margin-bottom: 1em;
}

.sales-form input[type='submit'] {
    float: right;
}

.products div.selected div.product {
    background: url(/resources/images/product_bg_selected.png) no-repeat 50% 100%;
}

.products div.selected div.product div.header {
    background: url(/resources/images/product_bg_selected.png) no-repeat;
    border-bottom: 1px solid #D3FFD3;
}

.products div.container {
    float: left;
    margin: 0.5em;
    width: 225px;
}

.products div.product {
    background: url(/resources/images/product_bg.png) no-repeat 50% 100%;
}

.products div.product div {
    margin: 0;
}

.products div.product div.header {
    background: url(/resources/images/product_bg.png) no-repeat;
    border-bottom: 1px solid #CCC;
}

.products div.header h3 {
    padding: 1em;
    margin: 0;
    border: none;
    text-align: center;
    font-weight: bold;
}

.products div.description {
    padding: 1em;
    height: 120px;
    overflow: auto;
}

.products div.description ul {
    margin: 0;
    padding: 0;
}

.products div.description li {
    margin: 0 0 0 1em;
}

.products div.price {
    padding: 1em;
    text-align: center;
}

.products div.price strong {
    font-size: 1.5em;
}

.products div.price input[type='submit'] {
    float: none;
}

table#wait {
    margin: 10em auto;
    width: 25em;
    border: 1px solid #CCC;
}

table#wait td {
    padding: 1em;
    vertical-align: middle;
}

table#wait span {
    display: block;
    margin: 0.5em 0;
}

table#wait span.wait {
    font-weight: bold;
}

table.form th {
    width: 175px;
}

table.form th label {
    width: auto;
}

table.form td.input {
    width: 250px;
}

td.right {
    text-align: right
}

span.optional {
    font-style: italic;
}

ul.wizard {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.wizard li {
    float: left;
    border: 1px solid #FFF;
    background-color: #EEE
}

ul.wizard li.active {
    background-color: #CCC;
}

ul.wizard li.disabled {
    color: #CCC;
}

div.wizardEnd {
    clear: both;
}

div#domainSearchBox div {
    display: inline
}

div#domainSearchBox input[type="submit"] {
    float: none;
}

div#multiDomainSearchBox textarea {
    width: 100%;
}

table#accountContact td {
    vertical-align: top;
}

td#existingCustomer {
    width: 15em;
    padding-right: 2em;
}

td#existingCustomer label {
    width: auto;
}

td#existingCustomer input[type="text"],
td#existingCustomer input[type="password"] {
    width: 100%;
}

td#newCustomer {
    padding-left: 2em;
    border-left: 2px dashed #CCC;
}

div#eligibilityForm span.domain {
    display: block;
    margin-left: 1em;
    font-weight: bold;
    font-style: italic;
    font-size: 1.5em;
}

table.smalltext td, th {
    padding: 6px 4px 6px 10px;
}

.cancel-domain {
    float: right;
}

/******************** DOMAIN SEARCH ********************/

div#domainSearchBox ul.tlds {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto !important;
}

div#domainSearchBox ul.tlds li {
    float: left;
    width: 100px;
}

div#domainSearchBox ul.tlds div.tldsEnd {
    clear: both;
    display: block;
}

/******************** SSL ********************/

#csrForm td {
    vertical-align: top;
}

#csrForm td.labelCell {
    padding-right: 1em;
}

table#ssl-products {
    margin-bottom: 1em;
}

table#ssl-products th {
    border: none;
}

table#ssl-products .ssl-product {
    padding: 1em;
    margin-bottom: 1em;
    background-color: #EEE;
    border: 1px solid #CCC;
}

table#ssl-products .selected {
    background-color: #DDF4DA;
}

table#ssl-products .ssl-product .description {
    width: 50%;
    float: left;
    clear: left;
}

table#ssl-products .ssl-product .prices {
    width: 50%;
    float: right;
    clear: right;
}

table#ssl-products .ssl-product .footer {
    clear: both;
}

/******************** HELP ********************/

div.info-box {
    background-color: #F1F1F1;
    padding: 1em;
    margin: 1em 0;
    border: 1px solid #CCC;
}

div.info-box .ui-state-hover,
div.info-box .ui-state-focus,
div.info-box .ui-state-default,
div.info-box .ui-state-active {
    background: none;
    border: none;
}

div.info-box .ui-accordion-header {
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: .5em 0 .5em 0;
    margin: 0;
}

div.info-box .ui-accordion-header a {
    padding: 0;
    margin-left: 2em;
    color: #666;
}

div.info-box .ui-accordion-content {
    margin-left: 2em;
}

div.info-box h3 {
    font-weight: bold;
}

td.help {
    width: 30px;
}

a.help-icon {
    width: 17px;
    height: 17px;
    float: left;
    background: url(/resources/images/help.png) no-repeat left top transparent;
    text-indent: -99999px;
    overflow: hidden;
}

div.help-tooltip {
    display: none;
    position: absolute;
    padding: 1.5em;
    width: 250px;
    font-weight: normal;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 3px;
}

/******************** ERRORS ********************/

div.storeContainer div.errors,
div.storeContainer div.messages {
    margin: 1em 0;
    padding: 0.5em;
}

div.storeContainer ol.errorMessages {
    margin: 1em 0;
}

div.storeContainer div.errorHeading p,
div.storeContainer div.messages p {
    margin: 1em 0;
}

div.storeContainer div.errorHeading span.icon,
div.storeContainer div.messages span.icon {
    float: left;
    margin-right: 0.5em;
}

.whois-privacy-scroll {
    min-height: auto !important;
    max-height: 130px;
    overflow-y: auto;
    margin: 0;
}

.cart-summary-scroll {
    min-height: auto !important;
    max-height: 580px;
    overflow-y: auto;
}

/* NEW DOMAIN SEARCH PAGE */
.tip {
    height: 17px;
    width: 17px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
    cursor: default;
}

.qtn {
    background: url(/resources/images/tooltip-icons.png) 0 0 no-repeat;
}

.why {
    background: url(/resources/images/tooltip-why.gif) 0 0 no-repeat;
    width: 40px;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: none;
    font-size: 11px;
    line-height: 1.4;
    left: 28px;
    top: -12px;
    padding: 0 5px;
    font-family: 'Open Sans', Helvetica, sans-serif
}

.why + .tooltip {
    left: 48px;
    top: -14px;
}

.tooltip-inner {
    width: 200px;
    padding: 8px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 15px;
    line-height: 16px;
    background: #fff;
    color: #191919;
    border: 1px solid #191919;
    white-space: normal;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #191919;
    top: 21px;
    left: 0;
}

.tooltip-box {
    position: absolute;
    height: 17px;
    width: 17px;
}

#domainSearchResults.with-cart {
    float: left;
    width: 606px;
}

#domainSearchResults + #shopping-cart-wrapper {
    margin-top: 53px;
}

.searchResults .domain {
    padding-left: 12px;
    white-space: nowrap;
}

.searchResults .added {
    background: #fefbde;
}

#shopping-cart-wrapper + .next {
    width: auto;
    padding-top: 20px;
}

#domain-suggestions .loading {
    border: 8px solid #F1F1F1;
    padding: 20px;
    background: url(/resources/images/loading.gif) 50% 50% no-repeat;
}

.asic-lookup-loading {
    border: 8px solid #F1F1F1;
    min-height: 80px;
    margin-top: 10px;
    padding: 20px;
    background: url(/resources/images/loading.gif) 50% 50% no-repeat;
}

.right {
    float: right;
}

.searchResults tr.last p {
    margin: 20px 0 0;
}

.searchResults tr.last td {
    vertical-align: bottom;
}

.shopping-inner h4 span {
    background: #4c4c4c;
    border-radius: 20px;
    min-width: 18px;
    color: #fff;
    float: right;
    text-align: center;
    padding: 8px;
    margin-top: -13px;
}

.shopping-inner h4 span:before {
    content: " ";
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    background: url(/resources/images/icon-cart.gif) 0 0 no-repeat;
    margin-left: -47px;
    margin-top: -7px;
}

.conditions {
    float: right;
    margin-top: -14px;
    color: #999;
}

#domainSearchResults #hiddenheading h2 {
    margin-top: 60px;
}

#domainSearchResults .searchResults .conditions + h2 {
    margin-top: 50px;
}

.domainSearchTable, #domain-suggestions {
    margin-bottom: 20px;
}

.cart-offer {
    position: relative;
}

.cart-offer p {
    background: #4c4c4c;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.cart-offer .cart-arrow {
    background: url(/resources/images/cart-arrow.gif);
    height: 10px;
    width: 20px;
    2 position: absolute;
    right: 27px;
    top: -10px;
    position: absolute;
}

.shopping-inner > p {
    font-size: 11px;
    text-align: right;
    width: 250px;
    line-height: 14px;
    color: #999;
    margin: 4px 7px 14px;
    float: right;
    min-height: 20px;
}

.wasPrice {
    color: #d71b22;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
    position: relative;
}

.wasPrice:before {
    background: url(/resources/images/sale.png) 0 0 no-repeat;
    width: 39px;
    height: 19px;
    position: absolute;
    content: " ";
    left: -45px;
}

.nowPrice {
    float: right;
    padding-right: 10px;
    position: relative;
}

.searchResults .orderPrice {
    text-align: right;
    padding-right: 20px;
}

#shopping-cart-wrapper, #auto-applied-wrapper {
    float: right;
    width: 288px;
    margin-top: -115px;
    background: #f8f8f8 url(/resources/images/bg-gradient.png) 0 100% repeat-x
}

.hosting-search #shopping-cart-wrapper, .hosting-search #auto-applied-wrapper {
    width: 100%;
    margin-top: 0
}

#shopping-cart-wrapper > h3, #auto-applied-wrapper > h3 {
    margin: 0;
    padding: 10px;
}

.cart-inner .order, .cart-inner .promotion, .cart-inner .cart-total {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 10px 20px;
    position: relative
}

.cart-inner h3 {
    margin: 0;
    font-size: 16px !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    background: #fff !important;
    padding: 0 0 0 10px !important;
}

.cart-inner .promotion h3 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px !important
}

.cart-inner .promotion input[type="text"], #promo-code input[type="text"] {
    background: #fafafa;
    width: 159px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 9px 14px;
    margin: 0;
    box-shadow: inset 1px 1px 6px rgba(0, 0, 0, .1)
}

.cart-inner .promotion input[type="submit"], #promo-code input[type="submit"] {
    background: url(/resources/images/promo-btn.png) 0 0 no-repeat;
    text-indent: -99999px;
    width: 46px;
    height: 42px;
    margin-left: -5px;
}

.cart-inner .ui-icon {
    top: 2px;
    right: 7px;
    position: absolute;
    cursor: pointer
}

.cart-inner .order-item {
    margin-top: 8px;
    position: relative;
    border-top: 1px solid #ededed;
    padding-top: 8px;
}

.cart-inner .order-selected .order-item {
    border-color: #ebe8c1
}

.cart-inner .order-item * {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 19px
}

.cart-inner .order-item .ui-icon {
    top: 3px;
    right: -2px;
    background: 0;
    text-indent: 0;
    width: auto;
}

.cart-inner .order-item .ui-icon:after {
    content: "[x]";
    font-size: 11px;
    text-decoration: underline;
}

.cart-inner .order-item .sale-price {
    float: right
}

.cart-inner .cart-total {
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: right
}

.cart-inner .cart-total h3 {
    font-size: 15px !important;
    font-weight: 600
}

.cart-inner .cart-total p {
    font-size: 25px;
    font-weight: 600;
    margin-top: 6px
}

.cart-inner .cart-total h3 span, .cart-inner .promotion h3 span {
    font-size: 14px;
    color: #7C7C7C;
    font-weight: 300;
}

.cart-inner .order-selected, .selected {
    background: #FDF9CF !important
}

#selected-products .order-item {
    border: 0;
    margin: 0;
    padding: 0
}

#selected-products .order-item .ui-icon {
    display: none
}

#auto-applied-wrapper .shopping-inner {
    background: #FDF9CF
}

#auto-applied-wrapper {
    margin-bottom: 20px
}

.shopping-inner {
    overflow: hidden;
    border: 1px solid #CCC;
    margin: 8px;
    background: #fafafa
}

.shopping-inner h4 {
    margin: 30px 0 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 20px 16px 20px;
    font-weight: 400;
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cart-outer {
    border: 0 !important
}

#hostingOrder.cartView {
    float: left;
}

#external-renewal {
    margin-bottom: 60px;
}

#external-renewal label {
    display: inline;
}

#external-renewal .next {
    float: none;
    display: inline;
}

#external-renewal input[type="text"] {
    padding: 8px 8px 8px 46px;
    margin: 0 0 0 8px;
}

#external-renewal form span {
    margin-left: 20px;
    position: absolute;
}

#external-renewal select {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 34px;
    color: #333;
    padding: 6px 40px 6px 10px;
    margin: 0px 8px 0px 0px;
    vertical-align: top;
    border: 1px solid #ccc;
}

.ie #external-renewal select {
    height: 40px !important;
    padding: 6px !important;
}

#external-renewal a {
    color: #3333cc;
}

#miniCart { float: right; width: 288px; margin-top: -10px; background:#f8f8f8 url(/resources/images/bg-gradient.png) 0 100% repeat-x}
#shopping-cart-wrapper #miniCart {margin: 0;background: 0;}

/************* In-Application Upgrade **************/
#in-app-upgrade-wrapper .product-group { width: 606px; margin-top: 30px; }
#in-app-upgrade-wrapper .product-group .product { width: 250px; margin: 4px; display: inline-block; }
#in-app-upgrade-wrapper div.price-select select {background:#fff url(/resources/images/select-arrow.png) no-repeat 100% 50%; -webkit-appearance:none; font-size:15px; height:43px; padding:10px 16px; width: 240px;}

/* New UI error boxes */
.error-box, .warning-box, .success-box {
    padding: 16px;
    border: solid 1px;
    margin: 10px 0;
}

#consolidate .warning-box:first-child {
    margin-top: 0;
}

.title .error-box:last-child, .title .warning-box:last-child, .title .success-box:last-child {
    margin-bottom: 0;
}

.error-box p, .warning-box p, .success-box p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 19px;
}

.error-box p:last-child, .warning-box p:last-child, .success-box p:last-child {
    margin-bottom: 0;
}

.error-box ul, .warning-box ul, .success-box ul {
    margin: 0;
    list-style: disc;
}

.error-box li, .warning-box li, .success-box li {
    font-size: 13px;
    line-height: 19px;
    margin-left: 25px;
    list-style: disc;
}

.error-box {
    border-color: #DF8F8F;
    background: #FFD7D7;
}

.warning-box {
    border-color: #E6DB55;
    background: #FFFBCC;
}

.success-box {
    border-color: #ACDBAD;
    background: #ECFAE3;
}

#sunrise-order .domain input {
    vertical-align: top;
    margin: 0;
    line-height: 24px;
}
#sunrise-order .domain input + span {
    padding: 8px 20px 8px 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
}
#sunrise-order .domainForm select {
    margin: 0;
}
#sunrise-order  input[type="submit"] {
    color: #fff !important;
    margin: 0;
}
p.sunriseCheck {
    font-size: 13px;
    padding-left: 30px;
}
.execute2storeregistrantcontact p.sunriseCheck input {
    margin-left: -22px !important;
}
.esaTD{
    min-width: 264px;
}
.elig-btn {
    padding: 5px 14px 6px;
    margin: 0;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,1);
    box-shadow: inset 1px 1px 0px 0px rgba(255,255,255,1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.elig-btn:hover {
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%,#d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%,#d8d8d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}
.elig-box {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
}
#btn-search-by-name {
    padding: 11px;
    margin: 0;
}
.elig-check {
    vertical-align: top;
    padding-right: 10px;
}
.elig-check + td {
    padding-bottom: 10px;
}
.elig-box input[type="text"] {
    width: 270px !important;
    background-color: #fff !important;
}
.elig-box select {
    width: 284px !important;
    background-color: #fff !important;
}
.elig-result {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}
.elig-sml {
    padding: 4px 8px;
    margin: 10px 0 0 10px;
    font-size: 12px;
}
.elig-result td {
    padding: 0 !important;
}
.elig-result a {
    padding: 5px 10px;
    color: inherit;
    display: block;
    text-decoration: underline;
}
.elig-result a:hover {
    background: #fff;
}
.abn-search-scroll {
    padding: 0 20px;
    margin-bottom: 20px;
}
.abn-search-scroll h2 {
    margin-top: 0;
}
.auto-check {
    padding-top: 30px;
}
.auto-check input[type="checkbox"] {
    margin: 0 7px;
}
.checkContainer {padding:20px 0 0; width: 50%;float: left;}
.checkContainer input {margin: 0 7px;}

.nowPrice span{
    width: 10px; height: 1.3em; position: absolute; top: 0;
}


/************* Google ReCaptcha Badge related CSS ************/

.grecaptcha-badge{
    display: none;
}


/************* Braintree ************/

.storeContainer select.existingAccounts {
    max-width:840px;
}

.storeContainer div.braintree-hosted-fields {
    font-size:14px;
    padding:8px;
    width:240px;
    height:16px;
    border:1px solid #ccc;
    border-radius:6px;
    background-color:#ffffff;
}
.storeContainer div.braintree-hosted-field-expiry-month {
    width:42px;
    display:inline-block;
}
.storeContainer div.braintree-hosted-field-expiry-month + div {
    display:inline-block;
    padding:8px 0px;
}
.storeContainer div.braintree-hosted-field-expiry-month + div em {
    float:left;
}
.storeContainer div.braintree-hosted-field-expiry-year {
    width:56px;
    display:inline-block;
}
.storeContainer input::placeholder {
    color:#cccccc;
}
.storeContainer .invalid-field,
.storeContainer div.braintree-hosted-fields-invalid,
.storeContainer div.invalid-field,
.storeContainer input.invalid-field {
    border-color:#ff0000;
}

#creditCardForm {
    padding:20px 0 0 40px;
    background:url(/resources/images/icon-cc.png) no-repeat 160px 10px transparent;
}

#creditCardForm table {
    margin-top:40px;
}

#creditCardForm input[type="text"] {
    font-size:14px;
    padding:8px;
    width:240px;
    height:16px;
}

.next input:disabled {
    background:#f0f0f0;
}

div#auPreRegLogo {
    text-align: center;
}