.formTable {
    direction: rtl;
    font-family: yekan, Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #AAA;
}

.formTable td {
    text-align: right;
    padding: 5px !important;
    vertical-align: middle;
}

.formTable h3 {
    text-align: center;
}

.formTable ol {
    list-style: decimal;
    margin-right: 26px;
}

.formTable td.border {
    border: 1px solid #AAA;
    border-left: 0;
    border-right: 0;
}

.formTable td .field, .formTable td .field2 {
    width: 90%;
    border: 1px solid #AAA;
    padding: 3px 4px;
    line-height: 22px;
}

.formTable td .field {
    width: 50%;
}

.formTable #submit {
    border: 0;
    background: #39F;
    font-weight: bold;
    color: #FFF;
    padding: 2px 8px;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 0
}

.form h3 {
    text-align: center;
}

.form .label {
    margin-top: 12px;
    color: #666;
    width: 90%;
    font-size: 12px;
    display: block;
    text-align: right
}

.form input, .form textarea, .form select {
    width: 90%;
    border-radius: 10px;
    margin: 10px 0;
    height: 35px;
}

.form textarea {
    height: auto;
}

.form #submit {
    text-align: center;
    font-weight: bold;
    padding: 5px 30px;
    cursor: pointer;
    margin: 15px
}

label.error {
    color: red;
    padding-right: 5px;
    font-size: 11px
}

input.error, textarea.error, select.error {
    border-color: red
}

.form .message.success {
    border: 1px solid green;
    background: url(../assets/images/icons/accept.png) #CFFFBF no-repeat right;
    padding: 4px 24px;
    border-radius: 4px
}

.form .message.error {
    border: 1px solid red;
    background: url(../assets/images/icons/exclamation.png) #FFC5C5 no-repeat right;
    padding: 4px 24px;
    border-radius: 4px
}