﻿
Input
{
    color: #4F4F4F;
    font-size: 12;
    font-family: Arial;
    font-weight: normal;
    text-align: right;
}
.regular_input
{
    color: #4F4F4F;
    font-size: 12;
    font-family: Arial;
    font-weight: normal;
    text-align: right;
    background: #FFFFFF;
}
Textarea
{
    color: #4F4F4F;
    font-size: 12;
    font-family: Arial;
    font-weight: normal;
    text-align: right;
}

.small_form_body
{
    background: #EEE8DD;
    color: #4F4F4F;
    font-size: 16;
    font-family: Arial;
    text-align: right;
}
.small_form_header
{
    color: #4F4F4F;
    font-size: 24;
    font-family: Arial;
    font-weight: bold;
    text-align: right;
}
.small_form_inputs
{
    color: #4F4F4F;
    font-size: 12;
    font-family: Arial;
    font-weight: normal;
    text-align: right;
}
.small_form_errors
{
    color: red;
    font-size: 12;
    font-family: Arial;
    font-weight: bold;
    text-align: right;
    direction: rtl;
}

.form_comment
{
    color: #999999;
    font-size: 12;
    font-family: Arial;
    font-weight: normal;
}

.progress_bar_active_item
{
    font-family: Arial;
    font-size: 13;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C0A487;
    padding: 2 8 2 8;
}

.progress_bar_item
{
    font-family: Arial;
    font-size: 13;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #D3BFAB;
    padding: 2 8 2 8;
}

.tagAddSelect
{
    height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10;
    width: 150;
}

.tagAddText
{
    max-width: 12px;
}

