img {
    image-rendering: optimizeQuality;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: bicubic;
}

#label {
    position:absolute;
    top:0px;
    left:40px;
    color:#3f3731;
}

#slider {
    position:absolute;
    top:32px;
    left:60px;
    height:320px;
}

#mask {
    position:absolute;
    top:6px;
    left:120px;
    height:360px;
    width:640px;
    background: url('../assets/headroom/long.jpg');
    background-repeat: no-repeat;
    background-clip:content-box;
    background-position: 0 -32px;
}

#line {
    position:absolute;
    top:124px;
    left:120px;
    width:640px;
    height:1px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color:#b17726;
    display:none;
}

#buttons {
    position:absolute;
    top:0px;
    left:780px;
    color:#3f3731;
}

.radiobutton {
    padding-top: 6px;
}

.radiobutton img {
    width:110px;
    height:62px;
}

.pushbutton {
    padding:28px 0 0 0;
}