.tblfrm input {
    color: black;
    border: none;
    width: inherit;
    height: inherit;
    font-size: 14px;
    font-weight: bold;
    /*font-family: "B Nazanin";*/
    text-align: right;
    padding: 2px;
    text-indent: 2px ;
}

.tblfrm  select {
    color: black;
    border: none;
    font-size: 14px;
    font-weight: bold;
    font-family: "B Nazanin";
    text-align: right;
    padding: 2px;
}


.tblfrm textarea {
    color: black;
}

.tblfrm textarea {
    padding-right: 10px;
}

.tblfrm input:hover {
    background-color: lawngreen;
}

.tblfrm {
    border-collapse: collapse;
}

.tblfrm td,
.tblfrm th {
    font-size: 14px;
    border: 1px solid #111111;
    width: 72px;
    height: 30px;
    /*max-width: 75px;*/
    /*padding: 2px;*/
    margin: 0px;
    /*font-family: "B Nazanin";*/
}

.tblfrm tr {
    background-color: #e9eaea;
}

.tblfrm th {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #e9eaea;
    color: #000000;
}

