/* General Classes needed for page layout - change if necessary */
* {
    margin: 0; padding: 0;
}

a, a:visited, a:active { color: #0e60ed; cursor: pointer; outline: none; text-decoration: none; }
a img { border: 0; }

.imgtxt, .button { text-indent: -9999px; }
.button:hover { background-position: left bottom}

.left { float: left !important}
.right { float: right !important }
.center { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
.ghost { display: none !important }
.clear {
    clear: both !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    border-width: 0 !important;
    background-color: transparent !important;
    padding: 0 !important; margin: 0 !important;
}

ul.tabs li {
    float: left;
    list-style-type: none;
}

.clearfix:after, ul.tabs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
    content: " "
}

* html .clearfix, * html ul.tabs {
    zoom: 1;
}

*:first-child+html .clearfix, *:first-child+html ul.tabs {
    zoom: 1;
}

body {
    background: url(/Images/repeating-bg.png) repeat;
    font-family: "Lucida Grande", Lucida, Helvetica, Arial, Verdana;
}

#globalWrap, #footer {
    display: block;
    width: 992px;
    margin: 0px auto;
    text-align: left;
}

a.submit {
    display: block;
    width: 129px; 
    height: 40px;
    background: url(/Images/submit.png) no-repeat left top;
}

a.submit:hover {
    background-position: left bottom;
}

#header {
    width: 962px;
    height: 181px;
    margin: 0 auto;
    background: url(/Images/header.png) no-repeat;
}

#footer div, #footer a {
    float: left;
    color: gray;
}

#footer .legalese {
    width: 425px;
    padding: 0 0 0 35px;
    font-size: 9px;
}

#footer .legalese a {
    float: none;
    color: #0E60ED;
}

#footer a.link {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    height: 10px;
    text-indent: -9999px;
    margin: 10px 40px 0 0
}
#footer a.link:hover {
    background-position: left bottom;
}
#footer a.terms {
    background-image: url(/Images/terms-conditions-button.png);
    margin-left: 60px;
    width: 147px;    
}
#footer a.contact {
    background-image: url(/Images/contact-us-button.png);
    width: 74px;
}
#footer a.privacy {
    background-image: url(/Images/privacy-policy-button.png);
    width: 97px;
}

a.continue {
    display: block;
    width: 118px;
    height: 34px;
    background: url(/Images/continue-button.png) left bottom;
}

a.continue.enabled, a.continue:hover {
    background-position: left bottom;
}

#footer a.cadbury {
    text-align: center;
    font-size: 8px;
    float: right;
    display: block;
    width: 100px;
    padding: 0 30px 0 0;
}

#page { position: relative; } 

#page-agecheck0 {
    background: transparent url(/Images/promo-complete.png) no-repeat scroll 0 0;
    position: relative;
    color: white;
    padding-top: 120px;
    width: 610px;
    height: 387px;
    margin: 0 auto;
}

#page-agecheck0 p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 67px;
    text-align: center;
}

#page-agecheck0 p.small {
    font-size: 16px;
    font-weight: normal;
    margin-top: 23px;
}

#page-agecheck0 .logo {
    position: absolute;
    bottom: 79px;
    right: 80px;
}

#page-agecheck0 .callout {
    position: absolute;
    left: 68px;
    bottom: 100px;
}

#page-agecheck0 .callout a:hover{
    text-decoration: underline;
}

#page-agecheck {
    background: transparent url(/Images/age-check.png) no-repeat scroll 0 0;
    position: relative;
    color: white;
    padding-top: 120px;
    padding-left: 73px;
    width: 485px;
    height: 387px;
    margin: 0 auto;
}

#page-agecheck .error, #page-agecheck .errorMarLeft {
    font-size: 0.7em;
    padding-top: 2px;
}

#page-agecheck a.submit {
    margin: 36px auto 0;
}

#page-agecheck #formContent {
    padding-left: 0;
    text-align: center;
    width: 350px;
}

#page-agecheck .error, #page-agecheck .errorMarLeft, #page-agecheck .globalError {
    color: #ff3300 !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

#page-agecheck #recaptcha_area {
    margin: 0 auto;
    position: relative;
    right: 7px;
}

#page-thanks {
    background:transparent url(/Images/success.png) no-repeat scroll 0 0;
    position: relative;
    color:white;
    height:315px;
    padding-left:73px;
    padding-top:191px;
    width:992px;
}

#page-thanks h2 {
    font-size:24px;
    font-weight:bold;
    margin-bottom:17px;
}

#page-thanks a.back {
    background:transparent url(/Images/go-back-button.png) no-repeat scroll left top;
    display:block;
    height:29px;
    left:72px;
    position:absolute;
    top:374px;
    width:90px;
}

#page-thanks h4 {
    color: #8dabff;
    margin-bottom: 38px;
    width: 396px;
}

#page-thanks h5 a {
    text-decoration: underline;
}

#page-terms {
    background: url(/Images/terms.png) no-repeat; 
    width: 992px;
    height: 407px;
    padding-top: 100px;
    position: relative;
}

#page-terms a.back {
    position: absolute;
    left: 72px;
    top: 400px;
    width: 90px; 
    height: 29px;
    background: url(/Images/go-back-button.png) no-repeat left top;
    display: block;
}

#page-terms a.back:hover {
    background-position: left bottom;
}

#page-terms #terms {
    color:white;
    font-size:11px !important;
    height:310px;
    left:192px;
    overflow:auto;
    padding-right:40px;
    position:absolute;
    right:65px;
    text-align:left;
    top:124px;
}

#page-terms #terms ol li {
    list-style-position: inside;
    margin: 5px 0;
}

#page-terms #terms p {
    margin: 5px 0;
}

#page-terms #terms a {
    color: #0e60ed;
}

#page-registration {
    margin-top: -15px;
    width: 992px;
    height: 541px;
    background: url(/Images/bg.png) no-repeat;
    position: relative;
}

#page-registration .c2a {
    padding: 10px 20px 0;
    color: #ddd;
}

#page-registration .c2a .continue {
    margin: 10px auto 0;o
}

#page-registration h2 {

}

#page-registration h4 {
    font-size: 14px;
}

#page-registration .disclaimer {
    position: absolute; 
    top: 261px;
    left: 55px;
    color: white;
    font-size: 9px;
}

#page-registration .disclaimer a {
    color: white !important;
    text-decoration: underline;
}

#page-registration .disclaimer a:hover {
    color: red !important;
}

#page-registration #formContent {
    position: absolute;
    bottom: 47px;
    left: 36px;
    width: 615px;
    height: 120px;
}

#page-shipping {
    background: url(/Images/shipping.png) no-repeat; 
    width: 932px;
    height: 407px;
    padding: 100px 30px 0;
    position: relative;
}

#page-shipping #recaptcha_widget_div {
    position: absolute;
    right: 110px;
    top: 115px;
}

#page-shipping fieldset div.boxes {
    float: left;
}

#page-shipping fieldset .boxes input, #page-shipping .boxes select {
    background-color: #083798 !important;
    color: white !important;
    border: 0;
    display: block;
    width: 128px;
    margin: 17px 0 0 25px;
    padding: 5px 0 5px 10px;
}

#page-shipping select, #page-shipping .boxes select {
    width: 139px;
    padding: 4px 5px 4px 10px;
    background-color: #083798 !important;
    color: white !important;
    border: 0;
}

#page-shipping fieldset select {
    margin: 16px 0 0 19px;
}

#page-shipping fieldset select.first {
    margin-left: 25px;
}

#recaptcha_instructions_error {
    position: relative;
    top: 66px;
    font-size: 13px;
}

#page-shipping .error, #page-shipping .errorMarLeft {
    padding: 0 0 0 25px !important;
    clear: both;
    display: none !important;
    position: absolute;
    font-size: 9px;
}

#page-shipping .error-prone .error {
    display: block !important;
}

#page-shipping #hax-error .error {
    font-size: 14px;
    bottom: 107px;
    font-weight: bold;
    display: block !important;
}

#page-shipping div.submit {
    float: right; 
    width: 129px;
    margin: 29px 17px 0 0;
    color: white;
    font-size: 9px;
}

#page-shipping .submit input {
    margin-right: 9px;
}

#page-shipping a.submit {
    bottom: 100px;
    position: absolute; 
    right: 302px;
}

a.supersubmit {
    float: left;
}

#page-shipping #hax-submit {
    position: absolute;
    bottom: 99px;
    left: 215px;
    z-index: 3000;
}

#page-shipping #hax-submit .submit {
}

#page-shipping fieldset input.focus {
    background-color: #020d25;
}

#page-shipping fieldset legend {
    color: white;
    position: relative;
    top: 13px;
    padding-left: 25px;
    margin-bottom: 0;
}

#confirmation {
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 15px 25px 0;
}

#confirmation .decision {
    font-size: 12px;
    padding: 19px 0 7px;
}

#confirmation .decision input {
    margin-right: 10px;
}

#confirmation .clearfix {
    padding-top: 10px;
}

#confirmation a.continue {
    float: left;
}

#confirmation img.logo {
    position: absolute;
    bottom: 30px;
    right: 60px;
}

#confirmation .fineprint {
    position: absolute;
    bottom: 40px;
    color: red;
    left: 55px;
    font-size: 10px;
    font-weight: normal;                      
}

/* ---------General Page Structure Id's & Classes (needed)---------- */
#formContent {

}
#formContentS2F {
    width: 610px;
    margin: 25px 0 0 85px;
}

div.formRow {
    width: 455px;
    float:  left;
}
div.rowWrap {
    margin-bottom: 13px;
    clear: both;
    display: block;
    overflow: hidden;
}
h2 {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 17px;
}
fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}
fieldset legend
{
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 8px;
}
/* ---------End General Page Structure Id's & Classes---------- */


/* ----- ERROR & SUCCESS CLASSES - (needed) -- */


.error, .errorMarLeft, .globalError {
    color: #f30!important;
    margin: 0!important;
    padding: 0 0 0 203px;
    display:  block;
}
.error, .errorMarLeft {
    font-size: 0.9em;
}
.globalError {
    padding: 0 0 15px 0;
}
.errorLeftMar {
    margin-left: 87px;
}
* html .errorLeftMar {
    margin-left: 74px;
}
.errorWrap {
    float: left;
    width: 280px;
}
.errorWrapRight {
    float: right;
    width: 280px;
    margin-right: 35px;
}
* html .errorWrapRight {
    margin-right: 17px!important;
}
.errorWrapRight .error {
    padding: 0;
}
* html .errorWrapRight, * html .errorWrap {
    margin-top: 4px;
}

.errorWrap .error {
    padding: 0px;
}
.errorPadLeft {
    padding-left: 13px;
}
.success {
    color: #000000!important;
    font-size: 11px;
    font-weight: normal;
    width:  225px;
}
.errorSample {
    width: 400px;
    border: 2px solid red;
    padding: 25px;
    wid\h: 350px;
    background: #e6c6cf;
    text-align:  center;
    color: #666;
    font-weight: bold;
    margin: 10px auto;
}
.highlight {
    color: #ff3300!important;
}

/* ----- END ERROR & SUCCESS CLASSES  -- */


/* Div Toggle Classes (can be deleted)*/
#onOpen {
    width: 443px;
    border:  1px solid #eee;
    padding:  20px; 
    top:  0px;
    left: 0px;
    widt\h: 403px;
    margin-top: 10px;
    background: #666;
}
.hide {
    display: none;
}
.border {
    border:  2px solid #87B120;
    padding: 5px;
    background: #f2f2f2;
}
/* End Toggle Classes used on prize pool page */