/* Drop styles */
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,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-weight: inherit; font-style: inherit; font-size: 100%;
font-family: inherit; vertical-align: baseline; background: transparent;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
/* End of drop */

.png{ behavior: url('/css/iepngfix.htc'); }

html{
    height: 100%;
}

body{
    font: normal normal 80% Georgia, "Times New Roman", serif;
    background: #000;
    color: #fff;
    height: auto;
}

.center{
    text-align: center;
}

strong{
    color: #fff;
}

#wrapper{
    margin: 0 auto;
    padding: 50px 0;
    width: 800px;
    position: relative;
}

#lang{
    position: absolute;
    margin-top: -30px;
    left: auto;
    right: 20px;
    color: #fff;
    font-size: 12px;
    z-index: 1;
}

#lang a{
    color: #fff;    
}

#to-index{
    position: absolute;
    margin-top: -30px;
    left: 20px;
    color: #fff;
    font-size: 12px;
    z-index: 1;
}

#copyright{
    text-align: left;
    margin-left: 60%;
}

#border-left{
    //padding-bottom: 1px;
}

#border-right{
}

#border-top{
    padding-top: 97px;
}

#border-bottom{
    padding-bottom: 83px;
    position: relative;
}

#content{
    margin: 0 29px 0 25px;
    padding: 80px 6px 40px 10px;
}

#content a{
    color: #fff;
}

#content h1{
    text-align: center;
    position: absolute;
    margin-top: -95px;
    width: 700px;
    font-size: 300%;
}

#content h2{
    font-size: 200%;
    letter-spacing: 2px;
}

#content h3{
    color: #fff;
    margin-bottom: .7em;
}

#content p{
    margin: .7em 0;
    line-height: 140%;
}

#content .bigger{
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}

#content .block{
    overflow: hidden;
    margin-bottom: 5px;
} * html #content .block{
    zoom: 1;
}

#content .block .left{
    width: 159px;
    float: left;
}

#content .block .image-cd,
#content .block .image-tape,
#content .block .image-none{
    padding: 2px;
    text-align: center;
}

#content .block .image-cd a,
#content .block .image-tape a,
#content .block .image-none a{
    display: block; 
    background: url(../img/0.gif) no-repeat;
}

#content .block .image-cd img,
#content .block .image-tape img,
#content .block .image-none img{
    vertical-align: bottom;
}

#content .block .take-count{
    padding-left: 40px;
    padding-top: 10px;
    line-height: 150%;
    height: 42px;
}

#content .block .right{
    padding-left: 180px;
}

#content dl{
    overflow: hidden;
} * html #content dl{
    zoom: 1;
}

#content dl dt{
    float: left;
    width: 70px;
    padding-bottom: 5px;
    clear: left;
}

#content dl dd{
    padding-bottom: 5px;
}

#lastCost{
    padding-bottom: 2em;
}

#content form{
    padding-bottom: 1px;
}

#content input, #content textarea, #content select{
    margin: 0;
}
#content input.checkbox{
    width: auto;
    background: auto;
    //background: none;
    border: 0 none;
}

#content form label input{
    width: 400px;
}

#content form .take-count label.color{
    color: #fff;
}

#content form .take-count label input{
    width: auto !important;
} * html #content form .take-count label input{ zoom: 1}

#content textarea{
    width: 400px;
    height: 90px;
}

#content label span{
    display: block;
    float: left;
    width: 130px;
}

#content form p.buttons{
    padding-left: 130px;
}

.error{
    color: #bb2222;
    font-size: 85%;
    padding-left: 10px;
}

div.error{
    padding: 0;
    margin: -30px 0 30px;
}

.hr{
    height: 1px;
    background: #fff;
    margin: 1em 0;
    padding: 0;
}
