/* Reset (begin) */

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

.clearfix:after
{
    display: block;
    clear: both;
    content: ' ';
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

a
{
    outline: none;
}

/* Reset (end) */

/* Global (begin) */
.wrapper
{
    background: url("i/bg.jpg") no-repeat 0 0;
    width: 499px;
    max-width: 499px;
    height: 886px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #0070ec;
    font-family: Arial, SANS-SERIF;
    direction: rtl;
    text-align: right;
}

.link1, .link2, .link3, .logo, .info, .site, .bottom
{
    position: absolute;
}

.link1, .link2, .link3
{
    top: 214px;
}

.link1
{
    background: url("i/link1.png") no-repeat 0 0;
    left: 72px;
    width: 110px;
    height: 23px;
}

.link2
{
    background: url("i/link2.png") no-repeat 0 0;
    left: 194px;
    width: 110px;
    height: 23px;
    z-index: 1000;
}

.link3
{
    background: url("i/link3.png") no-repeat 0 0;
    left: 317px;
    width: 110px;
    height: 23px;
}

.logo
{
    background: url("i/logo.png") no-repeat 0 0;
    top: -4px;
    left: 97px;
    width: 312px;
    height: 87px;
}

.info
{
    background: url("i/info.png") no-repeat 0 0;
    top: 89px;
    left: 3px;
    width: 496px;
    height: 130px;
}

.site
{
    background: url("i/site.png") no-repeat 0 0;
    top: 260px;
    left: 5px;
    width: 486px;
    height: 50px;
}

.contact
{
    width: 465px;
    height: 100px;
    margin: 329px auto 0;
    position: relative;
}

.success
{
    width: 465px;
    height: 100px;
    margin: 366px auto 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center !important;
    color: #003cab;
}

.error
{
    color: #ff0000;
}

.contact-l
{
    position: absolute;
    top: 47px;
    left: 0;
    width: 110px;
}

.btn
{
    display: block;
    background: url("i/btn.png") no-repeat 0 0;
    width: 110px;
    height: 44px;
}

.btn:active
{
    position: relative;
    top: 1px;
}

.contact-r
{
    float: right;
    width: 355px;
    position: relative;
}

label, .text
{
    display: block;
}

label
{
    line-height: 24px;
    float: right;
    font-size: 17px;
    color: #003cab;
    width: 60px;
}

.text
{
    width: 241px;
    height: 23px;
    border: 1px solid #94d432;
    -webkit-box-shadow: inset 1px 1px 0 0 #ccc;
    -moz-box-shadow: inset 1px 1px 0 0 #ccc;
    box-shadow: inset 1px 1px 0 0 #ccc;
    margin-bottom: 9px;
    padding: 0 5px;
}

.bottom
{
    background: url("i/bottom.png") no-repeat 0 0;
    top: 447px;
    left: 2px;
    width: 494px;
    height: 56px;
}