﻿.zone_bar
{
    width: 780px;
    height: auto;
    margin: auto;
    overflow: hidden;
    background: #f4f0ed;
}
.introductory_zone, .reg_zone
{
    float: right;
    width: 500px;
    height: 288px;
    margin: 10px 0 10px 10px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f4f0ed', endColorstr='#ffffff');
    background: -moz-radial-gradient(right top 45deg, circle farthest-side, #f4f0ed, #fff);
    background: -o-radial-gradient(right top, circle farthest-side, #f4f0ed, #fff);
    border-radius: 10px;
    -moz-border-radius: 10px;
}
.reg_zone
{
    width: 270px;
    margin-left: 0;
}
.introductory_zone .inner_body
{
    font: 8pt Tahoma;
    width: 482px;
    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;
}
.inner_body h2
{
    font: 9pt Tahoma;
    margin: 15px;
}
.welcome_box
{
    padding: 0 10px;
    direction: rtl;
    text-align: justify;
    line-height: 14pt;
}
.welcome_box ul
{
    margin: 0;
}
.welcome_box ul li
{
    color: #1f527e;
    list-style-image: url(images/link_item.gif);
}
a.dl_lnk
{
    top: 4px;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    display: inline-block;
    position: relative;
    background: url(images/h_info.png) no-repeat 0 0;
}
a.dl_lnk.pl
{
    background-image: url(images/h_plist.png);
}