﻿body {
    direction: rtl;
    text-align: center;
    font-family: 'B Nazanin', Arial,Tahoma;
    font-size: large;
    background-image: url("../Images/chalkboard.jpg");
}
label, .label{ color:white;}
.ErrorLabel {
    color: #ff6a00;
}

.centertd {
    text-align: center !important;
}
.smalltxt {
    width: 70% !important;
}

.centertable {
    margin: auto auto;
}
.mainlerningtable {
    /*background-color:#938080;*/
    margin: auto auto;
    width: 50%;
}
/*.mainlerningtable table{
    margin: auto auto;
    width: 95%;
}*/

    .mainlerningtable td {
        text-align: right;
    }

        .mainlerningtable td input[type=text], textarea {
            width: 95%;
        }

        .mainlerningtable td input[type=submit] {
            padding: 5px 20px;
             font-weight:bold;
            }

        .mainlerningtable td textarea {
            height: auto;
            min-height: 50px;
            line-height: 20px;
        }

        .mainlerningtable td .highttxt {
            min-height: 80px;
        }

        .mainlerningtable td hr {
            margin: 10px 10px;
        }
