
body{
    margin:0;
    padding:0;
    font-family:verdana;
    background-color:black;
    background-image:url("background.gif");
}

img{
    border:0;
}

a{
    color:#333;
    font-weight:bold;

}

p, form, label{
    font-size:10px;
    color:#333333;
}

p#desk{
    margin-top:0;
    padding-top:0;
}

label.codes{
    font-weight:bold;
}

a#linktozym{
    display:block;
    width:25px;
    height:100px;
    background-image:url("linktozym.gif");
}

h2{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
    height:22px;
    width:300px;
}

h2#h2n,h2#h2d,h2#h2c,h2#h2l{
    background-position:left center;
    background-repeat:no-repeat;
}

h2#h2n{
    background-image:url("notes.gif");
}

h2#h2d{
    background-image:url("download_t.gif");
}
h2#h2c{
    background-image:url("credits.gif");
}

h2#h2l{
    background-image:url("license.gif");
}

div.box{
    background-color:white;
    position:absolute;
    left:50%;
}

div.line{
    border-bottom:1px solid #333333;
    width:150px;
    margin-left:285px;
}

div#symbiosis{
    width:750px;
    height:509px;
    
    top:30px;
    margin: 0 0 0 -375px;
}

div#download{
    width:750px;

    top:570px;    
    margin: 0 0 0 -375px;

}

div#newsletter{
    height:50px;
    width:300px;
}

div#newsletter form{
    margin:0;
    padding:0;
}

div#newsletter form p{
    margin:0;
    padding:0;
}

div#downloadSpacer{
    padding:14px;
}

input.textInput{
    background-color:#EEEEEE;
    border:1px solid black;
    width:100px;
    height:17px;
    padding:0;
    
}

input.nsl{
    width:170px;
}

input#mailButton{
    background-color:#CCCCCC;
    border:1px solid black;    
}
#formCol{
}

div#farlocco{
    position:absolute;
    top:1500px;
    left:0;
    width:1px;
    height:1px;
    background-color:#EEEEEE;
}

.spacer{
    float:clear;
    clear:both;
    width:100%;
    display:block;
}

.right{
    text-align:right;
}
.centered{
    text-align:center;
}
.hide{
    display:none;
}

.green{
    color:#D50a27;
}

.red{
    color:#D50A27
}
