.center {
    text-align: center;
}

.content {
    color: #000;
    font-family: EngraversGothicBT-Regular, sans-serif; 
}

.wrapper {
	background-color: #9FDAFA;	
	background-image: none;
}

.content h1 {
    line-height: 30px;
}

.content .caption {
    font-size: 18px;
    width: 300px;
    margin: 0px auto 10px auto;
}

.content-form-two-col {
    width: 280px;
    margin: 0 auto;
}

.content-form-two-col .column {
    width:120px;
    float:left;
    padding-top: 20px;
}

.content-form-two-col .column.narrow {
    width:70px;
    line-height: .8;
    padding-top: 40px;
    margin-left: 40px;
}

.content-form-two-col .divider {
    width:50px;
    float:left;
    font-size: 30px;

}

.content-form-two-col .divider .vert-rule {
    clear: both;
    background-color: #000;
    width:1px;
    height: 50px;
    margin: 4px auto;
}

.content-form-two-col .divider .vert-rule:first-of-type {

}

.content-form-checkboxs {
    clear: both;
    margin-top: 10px;
    text-align: center;
}

.content-form-checkboxs.remember {
    padding-top: 20px;
}

.content-form-checkboxs label {
    display: inline;
    vertical-align: text-top;
}

.content-form input[type=checkbox] {
    float: none;
}

.content-form .content-form-checkboxs.remember {
    padding: 20px 0 10px 0;
}

.content-form .content-form-checkboxs.remember label {
    text-transform: none;
    font-weight: normal;
}

.endtext {
    font-size: 11px;
    width: 250px;
    margin: 20px auto;
    line-height: 1;
}

.enter-button {
    display: inline;
    border: none;
    margin: 0;
    text-align: center;
    float: left;
    background-image: none;
    background-color: #000033;
    color: #fff;
    padding: 6px 10px 4px 10px;
    width: auto;
    height: auto;
    font-family: webfont;
    font-size: 18px;
}

.selector span {
    text-align: left;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}







/* General Responsive Behavior */
@media only screen and (max-width : 640px) {

    /*  Age gate */
    .content-form-two-col .column {
      width: 120px;
    }

}