body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }
body {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        color:#666666;
        font-size:16px;
    }
    .bnev {
        cursor:auto;
        padding:4px 6px;
    }
    .bjelszo {
    }
    .bcontainer {
        position: relative;
        top:100px;
        width:330px;
        margin:0 auto 0 auto;
        padding: 0px 0 15px 0;
        border: 1px solid #c1c3e0;
        text-align:center;
    }
    .mcontainer {
        position: relative;
        top:5px;
        height:20px;
        overflow:hidden;
        color:red;
        border:none;
        display:box;
    }
    .lform {
        position: relative;
        top:15px;
        background-color: inherited;
        border:none;
        margin:0 0 25px 0;
    }
    .icontainer {
        margin: 5px 0 5px 0;
    }
    .statcontainer {
        border: 4px solid blue;
        min-height: 60px;
        width:480px;
        padding: 20px;
        margin:30px auto 0 auto;
        font-size: 200%;
        text-align: center;
    }
    .logoutcontainer {
        width:200px;
        height:50px;
        margin:30px auto 0 auto;
        text-align:center;
    }
    .wlist {
        text-align:center;
        width:600px;
        min-height:30px;
        line-height:30px;
        border:1px solid #dfdede;
        background-color:#f7f7f7;
        margin:auto;
    }
    .prname {
//        float:left;
//        width:60px;
        padding:4px;
        margin:2px;
        text-align:center;
        white-space:nowrap;
        background-color:#FFe0e0;
        cursor:pointer;
    }

    .prname:hover {
        background-color:#FC3;
    }

    .error_msg {
        position: relative;
        top:500px;
        width: 800px;
        min-height: 400px;
        margin:0 auto 0 auto;
        background-color:#f0f0f0;
        border:3px double red;
    }
