@import "/public/res/css/common/front.css";
@import "/public/res/css/elements/front-common.css";
@import "/public/res/css/elements/calendar.css";

#error {
    color: red;
}

#membership {
}

#membership label {
    font-weight: normal !important;
    width: auto;
    float: none;
}

#membership input {
    width: auto;
    border: none;
    padding: 0;
    background: none;
}

#registration-form label {
    font-weight: normal;
    font-family: Arial;
}

#registration-form ul {
    clear: both;
    border-bottom: 1px solid #b7d7f2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#registration-form li {
    padding: 2px;
}

* html #registration-form li {
    padding: 1px;
}

#registration-form button {
    position: relative;
    margin-left: 300px;
}

* html #registration-form button {
    margin-left: 290px;
}