/* CSS STYLES FOR FORM */
* {
    box-sizing: border-box;
}
.container {
    background:#ffffff url(https://image.njlottery-email.com/lib/fe9713727561077976/m/3/fef8d450-8144-4b46-84dd-1f0f8c934b55.png) no-repeat center;
    border:1px solid #cccccc;
    border-radius: 2px;
    background-size: 300px;
    padding:10px 10px 20px;
    margin:0px auto;
}
.confirmation {
    background:#ffffff url(https://image.njlottery-email.com/lib/fe9713727561077976/m/3/fef8d450-8144-4b46-84dd-1f0f8c934b55.png) no-repeat center;
    border:1px solid #cccccc;
    border-radius: 2px;
    background-size: 225px;
    padding: 35px 20px;   
    text-align: center;
    margin:0px auto;
}
.confirmation p {
    font-family:Helvetica,Arial,sans-serif;
    margin:0px auto;
    color:#565656;
}
.confirmationHeader {
    color: #006838;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
  }
.ageError {
    background:#ffffff url(https://image.njlottery-email.com/lib/fe9713727561077976/m/3/fef8d450-8144-4b46-84dd-1f0f8c934b55.png) no-repeat center;
    border:1px solid #cccccc;
    border-radius: 2px;
    background-size: 225px;
    padding: 35px 20px;   
    text-align: center;
    margin:0px auto;
}
.ageError p {
    padding:0 15px 15px;
    font-size:18px;
    line-height:20px;
    font-family:Helvetica,Arial,sans-serif;
    margin:0px auto;
    color:#565656;
}
.ageHeader {
    color: #006838;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
  }
.col-25 {
    float: left;
    width: 43%;
    margin-top: 5px;
    padding-left:10px;
}
.col-75 {
    float: left;
    width: 55%;
    margin-top: 5px;
    padding-left:10px;
}
.col-dob {
    float: left;
    width: 30%;
    margin-top: 5px;
    padding-left:10px;
}
.col-text {
    float: left;
    width: 70%;
    margin-top: 5px;
    padding-left:20px;
}
.col-100 {
    padding-left:10px;
    margin-top:5px;
    display:inline-block;
}
.UserConsent {
    padding:5px;
    text-indent:-25px;
    font-size:12px;
    line-height:14px;
    font-family:helvetica,arial,sans-serif;
    color:#565656;
    margin:0px auto;
    font-weight:bold;
}
  input[type=text],input[type=email], textarea {
    width: 100%;
    padding: 7px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    padding: 8px 10px 5px 0px;
    display: inline-block;
    font-family:helvetica,arial,sans-serif;
    font-size:14px;
    color:#565656;
    font-weight:bold;
}
input[type=submit] {
    background-color: #067d68;
    color: #fff;
    cursor: pointer;
    font-weight:bold;
    text-decoration:none;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    font-size:19px;
    font-family:helvetica,arial,sans-serif;
    text-align:center;
    border:0px;
    padding:5px 25px;
    margin-top:10px;
}
input[type=submit]:hover {
    background-color: #45a049;
    color:#000000;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size:14px;
    font-family:helvetica,arial,sans-serif;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-size:14px;
    font-family:helvetica,arial,sans-serif;
}
:-ms-input-placeholder {
    /* IE 10+ */
    font-size:14px;
    font-family:helvetica,arial,sans-serif;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-size:14px;
    font-family:helvetica,arial,sans-serif;
}
  /* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, .col-100, .col-dob, .col-text, input[type=submit] {
        width: 100%;
        margin-top: 0;
        padding-right:5px;
    }
    .UserConsent {
        padding:10px 0px 15px 10px;
        text-indent:-25px;
    }
}