/**
 * Registration page on iKlubovna
 * @author Miroslav Kvasnica - niwi, niwiweb.wz.cz, miradrda@volny.cz
 * @date 8.4.2011
 */

.reg-form {
    font-size: 1.7em;
    color: #555555;
}

.reg-form fieldset {
    margin-bottom: 2em;
    border: none;
    background: #f4f3c2;
}
.reg-form legend em {
    padding: 0 0 0 3px;
    background-color: #b8c943;
    font-size: 2em;
}
.reg-form legend {
    padding-left: 0;
    font-weight: bold;
    background-color: #b8c943;
    color: #f4f3c2;
    line-height: 1.1em;
}
.reg-form label {
    display: block;
    float: left;
    clear: both;
    width: 200px;
    margin-right: 15px;
    text-align: right;
}
.reg-form #addr-fs label {
    display: block;
    float: none;
    width: auto;
    text-align: center;
}
.reg-form input, .reg-form select {
    height: 25px;
    font-size: 20px;
}

.reg-form .newOrLogDiv {
    margin-bottom: 15px;
    color: #AAAAAA;
    font-size: 0.75em;
    line-height: 0.75em;
}
.reg-form .newOrLogDiv label {
    display: inline;
    float: none;
    width: auto;
}
.newOrLog {
    display: inline;
}
#cont-text {
    margin: 1em 0;
}

.reg-form fieldset fieldset {
    margin: 5px 20px;
    border: 1px dotted gray;
    background: none;
}

.reg-form .button {
    clear: both;
    font-size: 0.75em;
}
.reg-form #addr-button {
    clear: none;
}
.reg-form #reg-form-submit {
    margin: 10px 10px 40px;
    font-size: 1.2em;
    height: 2.5em;
}