﻿form {
    /*margin-top: 15px;*/
    width: 97%;
}

.body-frm {
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding-top: 30px;
    color: Black;
}

.input-frm {
    margin: 10px;
    width: 650px;
    text-align: right;
    direction: rtl;
}

    .input-frm input[type="text"], .input-frm textarea, input[type='password'] {
        width: 250px;
        height: 20px;
    }

    .input-frm label {
        width: 200px;
        float: right;
    }

    .input-frm input[type="text"] {
    }

    .input-frm textarea {
        height: 150px;
        max-width: 400px;
        max-height: 258px;
    }

    .input-frm label, .input-frm input[type="text"], .input-frm textarea {
        font-family: BKoodakBold,tahoma;
    }

    .input-frm input[type="text"], .input-frm textarea, input[type='password'] {
        border-width: 1px;
        border-color: #dddddd;
        border-style: inset;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


.button-frm {
    background-color: #ccc;
    padding: 20px;
    text-align: center;
}

input[type="submit"], input[type="reset"] {
    text-align: center;
}

#pager {
    background-color: white;
    text-align: center;
}

    #pager ul {
    }

        #pager ul li {
            background-color: #ccc;
            width: 20px;
            margin: 0px auto;
            display: inline-block;
            margin-left: 1px;
        }

            #pager ul li a {
                color: black;
            }

.lblMessage {
    float: right;
}
