header {
    padding:14px 25px 0px 25px;
    min-width:200px !important;
}

footer {
    background-color:#F3F3F3;
    padding:28px 25px 0px 25px;
}

footer .helpMenuBlockSimple {
    margin-right:140px;
    margin-bottom:17px;
    width:280px;
}

#cntnt { 
    margin-top: 0;
    padding-top: 0;
}

input[type="text"], input[type="password"], select, textarea {
    border: solid 1px #a3a4a7;
}

input:focus {
    border-color: #2a3333;
}

.homeBgA {background: #FFFFFF}
.homeBgB {background: #FFFFFF}
.homeBgC {background: #FFFFFF}
.homeBgD {background: #FFFFFF}
.homeBgE {background: #FFFFFF}
.checkoutBg {background:url(/static/images/backgrounds/checkout_bg.jpg) repeat-y 900px 0; background-size: 100%}
.treeBg {background:url(/static/images/welcome/tree.jpg) no-repeat 650px 140px;}

#pageContent {
    background-color:white;
    margin-bottom:0px;
    margin-top:0px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    min-height:520px;
}

#helpWrapper {
    overflow: auto;
    overflow-x: hidden;
    width:100%;
    max-width:1090px;
    min-width:470px;
}

#greyBackground {
    background-color:#F3F3F3;
}

.copyrightSection {
    float:left;
    width:100%;
    max-width:620px;
    overflow:auto;
    overflow-x:hidden;
    font-style:italic;
    font-size:0.85em;
    color:#666;
    margin-bottom:20px
}
