﻿.reg_zone
{
    position: relative;
}
.reg_zone .reg_overlay
{
    width: 270px;
    height: 288px;
    display: none;
    position: absolute;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: -moz-radial-gradient(right top, farthest-side, #f4f0ed, #fff);
    background: -o-radial-gradient(right top, circle farthest-side, #f4f0ed, #fff);
}
.reg_zone .inner_body, .reg_zone .reg_overlay .reg_loading
{
    width: 252px;
    height: 270px;
    margin: 9px auto;
    background: #fff;
    background: -moz-radial-gradient(left bottom, #fff 65%, #f4f1ee 77%);
    background: -o-radial-gradient(left bottom, #fff 65%, #f4f1ee 77%);
    box-shadow: 2px -2px 4px -2px #dfdfdf;
    -moz-box-shadow: 2px -2px 4px -2px #dfdfdf;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
.reg_zone .reg_overlay .reg_loading
{
    font: 8pt Tahoma;
    height: 137px;
    direction: rtl;
    padding-top: 133px;
    background: #fff url(images/loader_indicator_lite.gif) no-repeat center 42%;
}
.reg_zone .inner_body.login_bar, .reg_zone .inner_body.fp_bar, .reg_zone .inner_body.ac_bar
{
    top: 9px;
    right: 9px;
    margin: auto;
    z-index: 1;
    display: none;
    position: absolute;
}
.reg_zone .inner_body.login_bar
{
    display: block;
}
.login_cloud, .reg_cloud
{
    font: 8pt/17pt Tahoma;
    float: right;
    color: #333;
    width: 130px;
    height: 25px;
    margin: 10px 10px 10px 0;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#d9d6cb');
    position: relative;
    background: -moz-linear-gradient(270deg, #fff 30%, #d9d6cb 100%);
    background: -o-linear-gradient(270deg, #fff 30%, #d9d6cb 100%);
    text-shadow: 0 0 2px #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.reg_cloud
{
    width: 100px;
    float: left;
    cursor: pointer;
    margin: 10px 0 10px 10px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#c9c9c9');
    background: -moz-linear-gradient(270deg, #fff 25%, #c4c4c4 125%);
    background: -o-linear-gradient(270deg, #fff 25%, #c4c4c4 125%);
}
.login_cloud .lc_pointer
{
    left: 20px;
    bottom: -6px;
    position: absolute;
    border-style: solid dashed;
    border-width: 6px 6px 0;
    border-color: #dad7cc transparent transparent;
}
.reg_indicator
{
    top: 48px;
    left: 9px;
    width: 166px;
    height: 26px;
    z-index: 1;
    border: 1px solid #ddd;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.reg_indicator .arr_reg
{
    top: -7px;
    left: 40px;
    position: absolute;
    border-style: solid dashed;
    border-width: 0 7px 7px;
    border-color: transparent transparent #ddd;
}
.reg_indicator .arr_reg.two
{
    top: 1px;
    left: -7px;
    border-color: transparent transparent #fff;
}
.reg_indicator .arr_reg.three
{
    top: 4px;
    left: -7px;
    border-color: transparent transparent #595959;
}
.reg_indi_box
{
    font: 8pt/14pt Tahoma;
    top: 2px;
    left: 2px;
    color: #fff;
    width: 146px;
    height: 22px;
    padding: 0 16px 0 0;
    position: absolute;
    background: #595959;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.reg_indi_box .indi_close
{
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    background: url(images/indi_close.png) no-repeat center center;
}
.login_row
{
    font: 8pt Tahoma;
    clear: both;
    color: #000;
    padding: 10px;
    position: relative;
    direction: rtl;
    text-align: right;
}
.login_row.result
{
    color: #296320;
    padding: 2px 35px 0 10px;
    margin-top: 15px;
    text-align: justify;
    background: url(images/email_sent.png) no-repeat 225px 0;
    line-height: 12pt;
}
.login_row.result.warning
{
    color: #a94b09;
    padding-top: 1px;
    background-image: url(images/exclamation.png);
}
.login_row.result.ac_pw_sending
{
    padding-top: 10px;
    background-position: 225px 10px;
}
.login_row.result.failure
{
    color: #e81432;
    background: url(images/error.gif) no-repeat 225px 12px;
}
.login_row.last_login_row
{
    padding: 3px 10px 0;
}
.login_row .c_box
{
    margin-right: 84px;
}
.login
{
    top: 6px;
    left: 10px;
    font: 8pt Tahoma;
    color: #000;
    width: 135px;
    height: 18px;
    border: 1px solid #ccc;
    padding: 2px 5px 2px;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 3px 0 #d7d7d7;
    -moz-box-shadow: 0 0 3px 0 #d7d7d7;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
input.login:focus
{
    filter: progID:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff",endColorStr="#e7e7e7");
    background: -moz-linear-gradient(270deg, #fff 50%, #e7e7e7 150%);
    background: -o-linear-gradient(270deg, #fff 50%, #e7e7e7 150%);
}
input.login_button
{
    top: 11px;
    left: 10px;
    font: 8pt Tahoma;
    color: #000000;
    width: 70px;
    border: 1px solid #cfcfcf;
    padding-top: 2px;
    padding-bottom: 4px;
    position: absolute;
    background: #fdfdfd;
    background: -moz-linear-gradient(270deg, #fff, #f4f0ed 100%);
    background: -o-linear-gradient(270deg, #fff, #f4f0ed 100%);
    border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 0 3px -1px #999;
    -moz-box-shadow: 0 0 3px -1px #999;
}
input.login_button.disabled
{
    color: #afafaf;
    box-shadow: none;
    -moz-box-shadow: none;
}
input.login_button.rtrn
{
    left: 85px;
}
.reg_zone a
{
    font: 8pt Tahoma;
    color: #1f527e;
    width: 135px;
    margin: 6px 0;
    display: block;
    direction: rtl;
    text-align: justify;
    text-decoration: none;
}
.reg_zone a:hover
{
    text-shadow: 0 0 4px #afafaf;
}
