body {
    background: #E6E5E5 url(/resources/whitelabel/images/bg-body.png) 0 0 repeat-x;
}
h1 {
    color:#4b4b4b; 
    font-size:28px; 
    font-weight:400; 
    margin-bottom:18px
}
h2 {
    color:#4b4b4b; 
    font-size:20px; 
    margin-bottom:18px;
    font-weight: 400;
}
a, .consoleContainer a:link, .consoleContainer a:visited, .regoContainer a:link, .regoContainer a:visited {
    color:#4B4B4B;
    text-decoration: underline
}
input[type="text"], input[type="password"], textarea {
    border-radius:0; 
    -moz-border-radius:0;
    background: #fff;
    -moz-box-shadow: inset 1px 2px 6px #eee;
    box-shadow: inset 1px 2px 6px #eee;
    border: 1px solid #EEE;
    margin:0
}
input[type="submit"], .next input, .buttonRow .add-to-cart, #logonform input.button {
    font-size: 16px;
    padding: 10px 18px;
    color: #4b4b4b;
    text-decoration: none;
    font-weight: 600;
    background: #ffcf4d; /* Old browsers */
    background: -moz-linear-gradient(top, #ffcf4d 0%, #ffba01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcf4d), color-stop(100%,#ffba01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffcf4d 0%,#ffba01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffcf4d 0%,#ffba01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffcf4d 0%,#ffba01 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffcf4d 0%,#ffba01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf4d', endColorstr='#ffba01',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    text-transform: uppercase;
    border-radius:0; 
    -moz-border-radius:0;
    border:0
}
input[type="submit"]:hover, .next input:hover, .buttonRow .add-to-cart:hover, #logonform input.button:hover {
    color: #191919;
    background: #ffca4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffca4d 0%, #ffb300 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca4d), color-stop(100%,#ffb300)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffca4d 0%,#ffb300 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffca4d 0%,#ffb300 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffca4d 0%,#ffb300 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffca4d 0%,#ffb300 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca4d', endColorstr='#ffb300',GradientType=0 ); /* IE6-9 */
}
#logonform {
    width: 445px;
}
#logonform input {
    float: right;
    clear: right;
}
#logonform label {
    float: left;
    line-height: 25px;
}
#logonform label + .subtext {
    line-height: 14px;
    position: absolute;
    margin: 9px 50px;
    font-size: 14px;
}
#logonform #domain {
    padding-left: 46px;
    width: 260px;
}
.logonbox .border {
    margin:0 0 10px 12px;
}
.logonbox td:first-child {
    vertical-align: top;
}
.search input, #multiDomainSearchBox .btn-search {
    font-size: 18px;
    padding: 14px 36px;
}
div#multiDomainSearchBox textarea {
    width: 630px;
}
select {
    font-size:13px
}
.container_12 {
    padding: 0 10px; 
    background: #fff;
    position: relative;
}
.container_12:nth-of-type(2) {
    padding-bottom: 40px; 
    border-bottom: 10px solid #4C4C4C;
}
.header {
    padding: 40px 30px;
}
.header h1 {
    background: url(/resources/logo.gif) 0 0 no-repeat;
    width: 135px;
    height: 38px;
    text-indent: -99999px;
    margin: 0;
}
#singleDomainSearchBox .searchBox {
    width: 690px;
    padding: 7px 20px;
}
.cartView #singleDomainSearchBox .searchBox {
    width: auto;
}
#singleDomainSearchBox input[type="text"] {
    width: 540px;
}
.cartView #singleDomainSearchBox input[type="text"] {
    width: 300px;
}
#singleDomainSearchBox input[type="submit"] {
    position: absolute;
    right: 20px;
    top: 20px;
}
.searchBox {
    padding: 2px 20px;
    float:left;
    background: #fff;
    -moz-box-shadow: inset 1px 2px 6px #eee;
    box-shadow: inset 1px 2px 6px #eee;
    border: 1px solid #EEE;
}
#domainSearchBox > .searchBox {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border:0;
    display: block;
    float: none;
}
#domainSearchBox > .searchBox .www {
    position: absolute;
    padding: 18px 14px;
    left: 24px;
    line-height: 1em;
}
#domainSearchBox > .searchBox input[type="text"] {
    background: #fff;
    -moz-box-shadow: inset 1px 2px 6px #eee;
    box-shadow: inset 1px 2px 6px #eee;
    float:left;
    font-size:18px;
    padding:15px 14px 15px 63px;
    width: 620px;
}
div#domainSearchBox input[type="submit"] {
    float:right
}
td#existingCustomer input[type="text"], td#existingCustomer input[type="password"] {
    width:180px
}
.www {
    font-size: 18px;
    line-height: 1em;
    position: absolute;
    vertical-align: bottom;
    padding-top: 8px;
}
#singleDomainSearchBox input[type="text"] {
    font-size: 18px;
    border-right: 1px solid #C4C4C4;
    padding: 6px 0;
    margin-left: -3px;
    border:0 !important;
    background:0;
    box-shadow: none;
    margin-left: 45px;
}
#singleDomainSearchBox select {
    -webkit-appearance: none;
    font-size: 18px;
    padding: 0 18px 0 10px;
    background: #fff url(/resources/whitelabel/images/select-arrow.png) 100% 50% no-repeat;
    border:0;
    margin:0;
    width:100px;
}
.domainTransferForm input[type="text"] {
    font-size: 14px !important;
    padding: 10px 12px !important;
}
.domainTransferForm select {
    height: 39px;
    margin-left: 10px;
}
.domainTransferForm h2:nth-of-type(2) {
    margin-top: 20px;
}
.domainTransferForm input[type="submit"] {
    font-size: 16px; 
    padding: 10px 18px;
    float: none !important;
    margin-left: 10px;
}
.order-topNav {
    margin: 0 -20px;
    border-bottom: 6px solid #6A6A6A;
    padding: 0 40px 4px;
}
ul.wizard {
    padding: 0 0 0 20px;
}
ul.wizard li, ul.wizard li.active, .wizard .complete {
    font-weight: 300;
}
.wizard a, .wizard .active a:link, .wizard .active a:visited, #consoleWrapper a:link, #consoleWrapper a:visited, .orderContainer a:link, .orderContainer a:visited, div.startAgain a:visited, .order-topNav a:link, .order-topNav a:visited {
    color:#4B4B4B;
    text-decoration: underline;
}
.orderBox {
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f9f9f9 30%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(30%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f9f9f9 30%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#f9f9f9 30%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#f9f9f9 30%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#f9f9f9 30%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */    border:0;
    padding:20px;
    overflow: hidden;
    position:relative
}
.orderBoxWrapper {
    border:0
}
input.btn-previous, input.btn-previous:hover {
    background: 0 !important;
    box-shadow: none;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    text-decoration: underline;
    font-size: 15px;
}
#shoppingCart td, #shoppingCart .domain, #shoppingCart .referenceId {
    border: 0
}
#shoppingCart {
    border:1px solid #f1f1f1
}
#shoppingCart .remove {
    padding:0;
    box-shadow: none;
    -moz-box-shadow:none;
}
.hosting td {
    border-bottom: 1px solid #F1F1F1 !important;
}
#consoleWrapper ul.wizard {
    margin: 0 -20px;
    padding: 20px 0 20px 40px;
    border-bottom: 1px solid #f1f1f1;
}
div#selectHosting a, #newCustomer .next {
    padding: 0;
}
.next.login {
    width:auto
}
td#existingCustomer .help {
    border: 0;
    background: 0;
    padding: 0 !important;
    font-weight: 400;
}
#wizardLinks {
    padding-left:.3em;
    float: right;
}
#wizardLinks a {
    padding-left: 1em;
}
.startAgain {
    padding:0
}
#shoppingCart td.referenceId {
    padding:20px 0 10px 10px;
}
#shoppingCart .rego td {
	border-bottom:1px solid #f1f1f1;
}
div#wrapper {
    padding-top:40px
}
.tabsBar {
    margin: 0 -40px;
    padding: 0 40px;
    width: 980px;
    border-top: 6px solid #6A6A6A;
    border-bottom: 1px solid #AAA;
}
#displayTabs .ui-tabs-nav, .ui-widget-header {
    margin-top: 10px;
    border: 0;
}
.consoleContainer #consoleWrapper {
    padding-top:20px
}
.consoleContainer input[type="text"], .consoleContainer input[type="password"], .consoleContainer textarea {
    background: #fff;
    font-size: 14px;
    padding: 6px 14px;
    -moz-box-shadow: inset 1px 2px 6px #eee;
    box-shadow: inset 1px 2px 6px #eee;
}
.consoleContainer input[type="submit"] {
    font-size: 14px;
    padding: 6px 14px;
}
div#domainSearchBox ul.tlds {
    clear: both;
    padding-left: 10px;
}
div.info-box {
    padding: 0;
    font-weight: bold;
    background: 0;
    border: 0;
}
#passwordHelp {
    font-weight:normal
}
.domainAdd .btn-select-hosting, .domainAdd .btn-add-addons {
    font-size: 14px;
    padding: 6px 20px;
}
@-moz-document url-prefix() {
    #singleDomainSearchBox select {
        padding: 6px 0;
        background: none;
    }
    #domainSearchBox > .searchBox .www {
        padding-top:21px;
    }
    .www {
        padding-top:11px
    }
}
/**/