﻿body {
    text-align: center;
}
.rtl{
    direction:rtl;
}
form {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    border: thin solid black;
    padding: 5px;
}
 .rtl form {
    text-align: right !important;

}

.lable {
    display: inline-block;
    min-width: 80px;
}

.links {
    text-decoration: none;
    color: red;
    cursor: pointer;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

a {
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}

.hidden {
    display: none;
}

.text-center {
    text-align: center;
}


