@charset "utf-8";
/* CSS Document */

form {
    font-family: Arial, helvetica, sans-serif;
    display: block;
}

#mszt_librarybundle_subscriber_template {
    display: block;
}

label[for=mszt_librarybundle_subscriber_template] {
    display: block;
}

fieldset {

    width: 600px;
    margin-top: 20px;
}

fieldset div {
    position: relative;
}

fieldset div input {
    display: block;
    width: 250px;
}

input[type="checkbox"] {
    width: 13px;
}

legend {
    border: 1px solid #555;
    font-family: Arial, helvetica, sans-serif;
    padding: 8px;
    background-color: #FFC;

}

.userreg {
    margin-top: 180px;
}

.cegreg {
    margin-top: 70px;
}

fieldset {
    width: 600px;
    margin-top: 20px;

}

input, select {
    background-color: #FFC;
    font-family: Arial, Helvetica, sans-serif;
}

label {
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;

}

legend {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.hint {
    display: none;
    position: absolute;
    width: 200px;
    margin-top: -5px;
    margin-left: 20px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background-color: #ffc;
    color: #333;
    font-size: 11px;
    top: 20px;
    right: 100px;
}

.error {
    background-color: darksalmon;
}

.formError {
    font-size: 12px;
    padding: 10px;
    background-color: darksalmon;
    font-weight: bold;
    list-style: none;
}

.errorMsg {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #c93;
    background-color: darksalmon;
    font-weight: bold;
    position: relative;
    top: 20px;
}

.goodMsg {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #c93;
    background-color: palegreen;
    font-weight: bold;
    position: relative;
    top: 20px;
}

#keresofelulet {
    border: 1px solid #555;
    background-color: lightblue;
    padding: 8px;
}

.searchtext {
    padding: 8px;
}