
/* contains overrides specifically for registration page */

.registrationpage .close {
    font-size: 24px;
    filter: alpha(opacity=60);
    opacity: .6;
}

.registrationpage hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #c1c1c1;
}

input[type="checkbox"] {
    width: 1.4em;
    height: 1.4em;
    margin-top: 2px;
}

.form-group.checkboxgroup .checkboxclass {
   margin-top: 7px;
}
