.regTable
    {
    width: 450px;
    padding-top: 20px;
    padding-left: 20px;
    }

.regTdFejlec
    {
    width:450px;
    text-align: center;
    
    background-color: #99CCFF;
    }

.regTdName
    {
    width: 200px;
    padding-left: 15px;
    background-color: #99CCFF;
    }

.regTdValue
    {
    width: 250px;
    background-color: #99CCFF;
    }

.regTdValueRadio
    {
    background-color: #99CCFF;
    }
    
.regTdValueAtnez
    {
    width: 250px;
    padding-left: 15px;
    background-color: #DDEEFF;
    }

.regTdValue input
    {
    width: 250px;
    background-color: #DDEEFF;
    }

.regTdButton
    {
    padding-top: 25px;
    text-align: center;
    }
    
.regTdButton input[type="button"], input[type="submit"]
    {
    width: 100px;
    background-color:#DDEEFF;
    }
