.effect-16{
    border: 1px solid #cdcdcd; background-color: #fff;
    height: 52px;padding: 13px 10px 0 15px;width: 100%;font-size: 14px;
    color: #222222;
 }
.effect-16 + .placeLabel{
    position: absolute; left: 15px; width: 100%; top: 50%; color: #A6A6A6; z-index: 0; letter-spacing: -0.6px;transform: translateY(-50%);
    transition: font 0.1s ease 0s, top 0.1s ease 0s, transform o.1s ease 0s, -webket-transform 0.1s ease 0s;
    font-size: 14px;
    text-align: left;
}
.effect-16:focus + .placeLabel{top: 6px; font-size: 11px;}
.effect-16:focus + .placeLabel, .hasText + .placeLabel{top: 8px; font-size: 12px; transform: translateY(0); z-index: 1;}
.fieldContainer li{
    padding-bottom: 1em;
}

.fieldBack{
    height: 60px; background-color: #c1c1c1;position: absolute;left: 0;top: 0;width: 100%;z-index: -2;
}

input#email, input#password, input#certify_email{
    ime-mode: inactive;
    text-decoration: none;
}