#registration {
    width: 650px;
    margin: 40px auto;
}

#registration p.big {
    font-size: 16px;
}

#registration small {
    font-size: 85%;
}

#registration .box {
    background: #f1f1f1;
    text-align: left;
    border: solid 1px #efefef;
    width: 99%;
}

#registration .box td,
#registration .box th {
    background: #f1f1f1;
    height: 30px;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

#registration div.alert-box {
    background: white;
    border-color: red;
    color: black;
}

input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 13px;
    margin: 0 0 12px 0;
    padding: 6px 3px 3px 3px;
    height: 25px;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#registration div.alert-box {
    display: block;
    padding: 6px 7px 7px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background-color: white;
    /*#2ba6cb;*/
    border: 1px solid red;
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

table.numExample {
    border-collapse: collapse;
    border-spacing: 4px;
    border: 0px;
    background-color: #fcfcfc;
    width: 500;
}

table.numExample th {
    background-color: #009999;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    pagging: 3;
    text-align: center;
    border: solid #FFFFFF 2px;
}

table.numExample td {
    font-size: 9pt;
    pagging: 1;
    text-align: center;
    border: solid #FFFFFF 2px;
}

table.numExample td.country {
    width: 100px;
    background-color: #009dd7;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

table.numExample td.pref {
    width: 100px;
    background-color: #99ffff;
    font-weight: bold;
    text-align: center;
}

table.numExample td.num {
    width: 150px;
    background-color: #f9f9f9;
    color: #000066;
}

table.numExample td.expl,
table.numExample td.explP,
table.numExample td.explN {
    padding-top: 0px;
    border: solid #009dd7 1px;
    border-top: 0px;
    font-family: Arial;
    font-size: 10px;
}

table.numExample td.explP {
    border: solid #99ffff 1px;
}

table.numExample td.explN {
    border: solid #000066 1px;
}


/*Updates to login Intercept page*/

#content-holder.loginIntPage {
    min-height: 419px;
}

.loginIntPage #registration {
    width: 450px;
    margin: 0;
}

.loginIntPage h1 {
    margin-left: 10px;
}

.loginIntPage h2 {
    font-size: 2.4rem;
}

section.grid_5.newCust {
    margin-left: 20px;
    margin-right: 20px;
}

section.grid_6.returnCust {
    width: unset;
    border-left: #e0dede 1px solid;
    padding-left: 26px;
}

p.forgotPW {
    display: inline-block;
}

input#btn_submit_returning_member_login {
    float: right;
}