/* 
    Document   : style
    Created on : 2010-04-22, 20:10:53
    Author     : MHweb.pl
    Description:
        Purpose of the stylesheet follows.
*/

html, body{
    background:url('../images/bg.jpg') no-repeat 0% 0%;
    margin:0px;
}

#stop-ie{
    width:100%;
    height:100%;
    background:#fff;
    position:absolute;
    z-index:1;
    display:none;
}

#alert-ie{
    width:247px;
    margin:200px auto;
}

#noscript{
    width:100%;
    height:100%;
    background:#000;
    opacity:0.8;
    position:absolute;
    z-index:1;
}

#alert{
    width:200px;
    height:100px;
    margin:50px auto;
    background:#ff0000;
    padding:50px 20px 20px 20px;
    border:3px dashed #aa0000;
    text-align:center;
    font-size:20px;
    font-family:Trebuchet MS;
    color:#22ff22;
}

.js{
    font-weight:bold;
    text-decoration:blink;
}

#site{
    width:630px;
    padding:255px 0 0 0;
    margin:auto;
}

#logo{
    width:334px;
    height:245px;
    margin:auto;
    position:relative;
    top:0px;
    left:-5px;
}

#shape{
    background:url('../images/shape.png') no-repeat;
    width:630px;
    height:215px;
    position:relative;
    top:5px;
    margin:auto;
}

#logo-active{
    display:none;
    position:absolute;
    top:0px;
    border:0px;
}

#text-header{
    width:273px;
    height:29px;
    margin:auto;
    padding:13px 0 0 0;
}

#inputs{
    font-family:arial;
    font-size:30px;
    color:#000;
    margin:auto;
    width:460px;
    padding:20px 0 0 0;
}

.inp{
    background:url('../images/input.png') no-repeat;
    width:100px;
    height:83px;
    float:left;
}

.minus{
    float:left;
    margin:5px 5px;
}

#submit{
    width:244px;
    margin:auto;
}

input.btn{
    background:url('../images/btn3.png') no-repeat 0px -42px;
    width:244px;
    height:42px;
    border:0px;
    outline:none;
}

input.btn:hover{
    background:url('../images/btn3.png') no-repeat 0px 0px;
    width:244px;
    height:42px;
    border:0px;
    outline:none;
}

input.btn:active{
    background:url('../images/btn3.png') no-repeat 0px -84px;
    width:244px;
    height:42px;
    border:0px;
    outline:none;
}

input.code{
    width:97px;
    height:48px;
    background:transparent;
    border:0px;
    color:#fff;
    font-size:30px;
    font-family:arial;
    text-align:center;
    text-transform:uppercase;
}

#preresult{
    width:350px;
    margin:40px auto;
}

#result{
    display:none;
    border:1px solid #000;
    width:350px;
    margin:auto;
    background:#000;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-top-right-radius:0px;
    -khtml-border-radius-topright:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    font-family:arial;
    font-size:14px;
}

#result-close{
    font-family:tahoma;
    font-size:10px;
    color:#000;
    width:350px;
    text-align:right;
    display:none;
}
/*
#error{
    display:none;
    height:30px;
    text-align:center;
    color:#ff0000;
    margin:12px 0;
}
*/
.error{
    display:block;
    height:30px;
    text-align:center;
    color:#ff0000;
    margin:25px 0 17px 0;
}

.close{
    cursor:pointer;
}

#preloader, img.preloader{
    text-align:center;
    margin:12px 0;
}

#ok{
    color:#fff;
    margin:10px;
    text-align:center;
}

#ok #discount{
    font-weight:bold;
    color:#00ff00;
    font-size:18px;
}

abbr{
    cursor:help;
    color:#CFDCFF;
}

abbr:hover{
    color:#adbadd;
}
