body.OxThemeFuture {
    background: rgb(240, 240, 240);
}

/*
--------------------------------------------------------------------------------
input
--------------------------------------------------------------------------------
*/

.OxThemeFuture .OxButton,
.OxThemeFuture .OxInput {
    border: 1px solid rgb(128, 128, 128);
    color: rgb(64, 64, 64);
}
.OxThemeFuture .OxButton {
    background: -moz-linear-gradient(left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
}
.OxThemeFuture .OxButton:active {
    background: rgb(208, 208, 208);
}
.OxThemeFuture .OxInput {
    //border-top-color: rgb(96, 96, 96);
    //border-right-color: rgb(128, 128, 128);
    //border-bottom-color: rgb(160, 160, 160);
    //border-left-color: rgb(128, 128, 128);
    background: -moz-linear-gradient(left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
}
.OxThemeFuture .OxInput:focus {
    -moz-box-shadow: 0 0 4px rgb(128, 128, 128);
    -webkit-box-shadow: 0 0 4px rgb(128, 128, 128);
}
.OxThemeFuture .OxInput.OxPlaceholder {
    color: rgb(160, 160, 160)
}