﻿body {
    background-color: #fff;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

dt, dd {
    margin-left: 0;    
}

dd {
    margin-bottom: 5px;
}

input, textarea {
    font-family: inherit;
    font-size: inherit;
    width: 100%;
}

#wrapper {
    margin: 0 auto;
    width: 800px;
}

#buttons {
    width: 100%;
}

#vanerum-stelter {
    background: url("../images/vanerum-stelter.png") 0 0;
    display: block;
    height: 26px;
    margin-left: 6px;
    margin-right: 10px;
    width: 144px;
}

#studio {
    background: url("../images/studio.png");
    display: block;
    height: 26px;
    width: 144px;
}

#share {
    background: url("../images/share.png") 0 0;
    display: block;
    height: 25px;
    margin-left: auto;
    margin-right: 20px;
    width: 140px;
}

#vanerum-stelter:hover, #studio:hover {
    background-position: 0 26px;
}

#share:hover {
    background-position: 0 25px;
}

#flash {
    height: 575px;
}

