@charset "utf-8";
/* CSS Document */
.row {
    margin: 10px 15px;
    text-align: left;
    font-size: 13px;
    width: 400px;
    /*float: left;*/
}

.column {
    display: block;
    width: 400px;
    text-align: left;
}

.column_holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 900px;
}

.button_row {
    margin-left: 250px;

}

input {
    padding: 2px;
    background-color: #dadada;

}

.input1 {
    width: 250px;

}

select {
    padding: 2px;
    background-color: #ffffff;
}

.button_elkuld {

    cursor: pointer;
    width: 151px;
    height: 54px;
    /* background:url(../images/elkuld.png) top center no-repeat;*/
}

.button_belepes {

    cursor: pointer;
    width: 139px;
    height: 45px;
    /* background:url(../images/belepes.png) top center no-repeat;*/
}

.cell1 {
    text-align: left !important;
    width: auto;
    float: none;
    color: #000;
    line-height: 16px;
    font-weight: bold;
    font-size: 13px;
}

.cell2 {
    text-align: left !important;
    width: auto;
    float: none;
    max-width: 500px;

    line-height: 18px;
}

.cell6 {
    margin-top: 15px;
    text-align: center;
}

.checkbox {
    /* transform: scale(1.3);*/
    /* Webkit browsers*/
    /*   -webkit-transform: scale(1.3);
       background-color:#dadada;*/
}

.checkboxok {
    padding: 0 10px;

}

.error_box {

    font-size: 12px;
    padding: 20px 20px 20px 20px;
    color: #CC0000;
    background-color: #FFF;
    width: 380px;
    max-width: 380px !important;
    height: auto;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -215px;
    display: none;
    border: 4px solid #9ba280;
    /*border-radius:25px;*/
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 100;
}

.error_text {
    padding: 3px 10px;
    font-weight: bold;
}

.close {
    width: 90px;
    background-color: #002c5e;
    line-height: 31px;
    text-align: center;
    margin: 20px auto 20px auto;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.close2 {
    background: url(../images/x_back.png) no-repeat;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20000;
}

.close3 {
    /*width:126px;
    height:52px;*/
    /*line-height:25px;*/
    text-align: center;
    /*background-color:#000033;
    border-radius:15px;
    color:#FFF;
    font-size:18px;*/
    cursor: pointer;


    left: 50%;
    margin: 20px 0 0;


}


.form {

    position: relative;
    z-index: 4;
    width: auto;
    height: auto;

    top: 20px;
    left: 0px;
    padding: 0;

    margin: 0;
    font-size: 13px;
}

.reg_bottom {
    position: relative;
    z-index: 3;
    top: -190px;
    left: 141px;

    width: 886px;
    height: 652;

}


.row2 {
    /*background-color:#d9007a;*/
    padding: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: auto;
    margin-top: 10px;
    margin-right: 10px !important;
    float: right;
    height: auto;
}

.row_column2 {
    float: left;
    width: 250px;
    padding: 10px;

}

.row_column3 {
    float: left;
    width: 160px;
    padding: 10px;

}

.tavolsag {
    margin-left: 30px;

}

#bejelentkezes_form input {
    width: 220px;
    margin: 0 auto;

}

td {
    text-align: center;
}
        