button {
    -khtml-appearance: none;
    background-color: transparent;
    border-width: 5px 4px 3px 5px;
    border-image: url("../images/button/default/default.png") 5 4 3 5 stretch;
    -webkit-border-image: url("../images/button/default/default.png") 5 4 3 5 stretch;
    -moz-border-image: url("../images/button/default/default.png") 5 4 3 5 stretch;
    -ms-border-image: url("../images/button/default/default.png") 5 4 3 5 stretch;
    -o-border-image: url("../images/button/default/default.png") 5 4 3 5 stretch;
    border-image: url("../images/button/default/default.png") 5 4 3 5 fill;
    -webkit-border-image: url("../images/button/default/default.png") 5 4 3 5 fill;
    -moz-border-image: url("../images/button/default/default.png") 5 4 3 5 fill;
    -ms-border-image: url("../images/button/default/default.png") 5 4 3 5 fill;
    -o-border-image: url("../images/button/default/default.png") 5 4 3 5 fill;
}
button.hover, button:enabled:hover {
    border-image: url("../images/button/default/hover.png") 5 4 3 5 stretch;
    -webkit-border-image: url("../images/button/default/hover.png") 5 4 3 5 stretch;
    -moz-border-image: url("../images/button/default/hover.png") 5 4 3 5 stretch;
    -ms-border-image: url("../images/button/default/hover.png") 5 4 3 5 stretch;
    -o-border-image: url("../images/button/default/hover.png") 5 4 3 5 stretch;
    border-image: url("../images/button/default/hover.png") 5 4 3 5 fill;
    -webkit-border-image: url("../images/button/default/hover.png") 5 4 3 5 fill;
    -moz-border-image: url("../images/button/default/hover.png") 5 4 3 5 fill;
    -ms-border-image: url("../images/button/default/hover.png") 5 4 3 5 fill;
    -o-border-image: url("../images/button/default/hover.png") 5 4 3 5 fill;
}
button.active, button:enabled:active {
    border-image: url("../images/button/default/active.png") 5 4 3 5 stretch;
    -webkit-border-image: url("../images/button/default/active.png") 5 4 3 5 stretch;
    -moz-border-image: url("../images/button/default/active.png") 5 4 3 5 stretch;
    -ms-border-image: url("../images/button/default/active.png") 5 4 3 5 stretch;
    -o-border-image: url("../images/button/default/active.png") 5 4 3 5 stretch;
    border-image: url("../images/button/default/active.png") 5 4 3 5 fill;
    -webkit-border-image: url("../images/button/default/active.png") 5 4 3 5 fill;
    -moz-border-image: url("../images/button/default/active.png") 5 4 3 5 fill;
    -ms-border-image: url("../images/button/default/active.png") 5 4 3 5 fill;
    -o-border-image: url("../images/button/default/active.png") 5 4 3 5 fill;
}
button.focus, button:enabled:focus {
    border-image: url("../images/button/default/focus.png") 5 4 3 5 stretch;
    -webkit-border-image: url("../images/button/default/focus.png") 5 4 3 5 stretch;
    -moz-border-image: url("../images/button/default/focus.png") 5 4 3 5 stretch;
    -ms-border-image: url("../images/button/default/focus.png") 5 4 3 5 stretch;
    -o-border-image: url("../images/button/default/focus.png") 5 4 3 5 stretch;
    border-image: url("../images/button/default/focus.png") 5 4 3 5 fill;
    -webkit-border-image: url("../images/button/default/focus.png") 5 4 3 5 fill;
    -moz-border-image: url("../images/button/default/focus.png") 5 4 3 5 fill;
    -ms-border-image: url("../images/button/default/focus.png") 5 4 3 5 fill;
    -o-border-image: url("../images/button/default/focus.png") 5 4 3 5 fill;
}
button:disabled {
    border-image: url("../images/button/default/disabled.png") 5 4 3 5 stretch;
    -webkit-border-image: url("../images/button/default/disabled.png") 5 4 3 5 stretch;
    -moz-border-image: url("../images/button/default/disabled.png") 5 4 3 5 stretch;
    -ms-border-image: url("../images/button/default/disabled.png") 5 4 3 5 stretch;
    -o-border-image: url("../images/button/default/disabled.png") 5 4 3 5 stretch;
    border-image: url("../images/button/default/disabled.png") 5 4 3 5 fill;
    -webkit-border-image: url("../images/button/default/disabled.png") 5 4 3 5 fill;
    -moz-border-image: url("../images/button/default/disabled.png") 5 4 3 5 fill;
    -ms-border-image: url("../images/button/default/disabled.png") 5 4 3 5 fill;
    -o-border-image: url("../images/button/default/disabled.png") 5 4 3 5 fill;
}
button.blue, div.dialog div.dialog-buttons button, #applet-container > article > footer > button {
    color: #fff;
    border-width: 4px 10px 7px 10px;
    border-image: url("../images/button/control/default.png") 4 10 7 10 stretch;
    -webkit-border-image: url("../images/button/control/default.png") 4 10 7 10 stretch;
    -moz-border-image: url("../images/button/control/default.png") 4 10 7 10 stretch;
    -ms-border-image: url("../images/button/control/default.png") 4 10 7 10 stretch;
    -o-border-image: url("../images/button/control/default.png") 4 10 7 10 stretch;
    border-image: url("../images/button/control/default.png") 4 10 7 10 fill;
    -webkit-border-image: url("../images/button/control/default.png") 4 10 7 10 fill;
    -moz-border-image: url("../images/button/control/default.png") 4 10 7 10 fill;
    -ms-border-image: url("../images/button/control/default.png") 4 10 7 10 fill;
    -o-border-image: url("../images/button/control/default.png") 4 10 7 10 fill;
}
button.blue.hover, button.blue:hover, div.dialog div.dialog-buttons button:hover, #applet-container > article > footer > button:hover {
    border-image: url("../images/button/control/hover.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/control/hover.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/control/hover.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/control/hover.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/control/hover.png") 4 9 7 10 stretch;
    border-image: url("../images/button/control/hover.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/control/hover.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/control/hover.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/control/hover.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/control/hover.png") 4 9 7 10 fill;
}
button.blue.active, button.blue:enabled:active, div.dialog div.dialog-buttons button:enabled:active, #applet-container > article > footer > button:enabled:active {
    border-image: url("../images/button/control/active.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/control/active.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/control/active.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/control/active.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/control/active.png") 4 9 7 10 stretch;
    border-image: url("../images/button/control/active.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/control/active.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/control/active.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/control/active.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/control/active.png") 4 9 7 10 fill;
}
button.blue.focus, button.blue:enabled:focus, div.dialog div.dialog-buttons button:enabled:focus, #applet-container > article > footer > button:enabled:focus {
    border-image: url("../images/button/control/focus.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/control/focus.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/control/focus.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/control/focus.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/control/focus.png") 4 9 7 10 stretch;
    border-image: url("../images/button/control/focus.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/control/focus.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/control/focus.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/control/focus.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/control/focus.png") 4 9 7 10 fill;
}
button.blue:disabled, div.dialog div.dialog-buttons button:disabled, #applet-container > article > footer > button:disabled {
    border-image: url("../images/button/control/disabled.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/control/disabled.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/control/disabled.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/control/disabled.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/control/disabled.png") 4 9 7 10 stretch;
    border-image: url("../images/button/control/disabled.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/control/disabled.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/control/disabled.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/control/disabled.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/control/disabled.png") 4 9 7 10 fill;
}
button.small.blue {
    border-width: 2px 2px 2px 2px;
    font-size: 11px;
    padding-bottom: 3px;
    height: 24px;
    border-image: url("../images/button/small-control/default.png") 2 4 3 4 stretch;
    -webkit-border-image: url("../images/button/small-control/default.png") 2 4 3 4 stretch;
    -moz-border-image: url("../images/button/small-control/default.png") 2 4 3 4 stretch;
    -ms-border-image: url("../images/button/small-control/default.png") 2 4 3 4 stretch;
    -o-border-image: url("../images/button/small-control/default.png") 2 4 3 4 stretch;
    border-image: url("../images/button/small-control/default.png") 2 4 3 4 fill;
    -webkit-border-image: url("../images/button/small-control/default.png") 2 4 3 4 fill;
    -moz-border-image: url("../images/button/small-control/default.png") 2 4 3 4 fill;
    -ms-border-image: url("../images/button/small-control/default.png") 2 4 3 4 fill;
    -o-border-image: url("../images/button/small-control/default.png") 2 4 3 4 fill;
}
button.small.blue > img {
    vertical-align: text-bottom;
}
html.firefox button.small.blue > img {
    vertical-align: top !important;
}
button.small.blue.hover, button.small.blue:hover {
    border-image: url("../images/button/small-control/hover.png") 2 5 3 5 stretch;
    -webkit-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 stretch;
    -moz-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 stretch;
    -ms-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 stretch;
    -o-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 stretch;
    border-image: url("../images/button/small-control/hover.png") 2 5 3 5 fill;
    -webkit-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 fill;
    -moz-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 fill;
    -ms-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 fill;
    -o-border-image: url("../images/button/small-control/hover.png") 2 5 3 5 fill;
}
button.small.blue.active, button.small.blue:enabled:active {
    border-image: url("../images/button/small-control/active.png") 2 5 3 5 stretch;
    -webkit-border-image: url("../images/button/small-control/active.png") 2 5 3 5 stretch;
    -moz-border-image: url("../images/button/small-control/active.png") 2 5 3 5 stretch;
    -ms-border-image: url("../images/button/small-control/active.png") 2 5 3 5 stretch;
    -o-border-image: url("../images/button/small-control/active.png") 2 5 3 5 stretch;
    border-image: url("../images/button/small-control/active.png") 2 5 3 5 fill;
    -webkit-border-image: url("../images/button/small-control/active.png") 2 5 3 5 fill;
    -moz-border-image: url("../images/button/small-control/active.png") 2 5 3 5 fill;
    -ms-border-image: url("../images/button/small-control/active.png") 2 5 3 5 fill;
    -o-border-image: url("../images/button/small-control/active.png") 2 5 3 5 fill;
}
button.small.blue.focus, button.small.blue:enabled:focus {
    border-image: url("../images/button/small-control/focus.png") 2 5 3 5 stretch;
    -webkit-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 stretch;
    -moz-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 stretch;
    -ms-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 stretch;
    -o-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 stretch;
    border-image: url("../images/button/small-control/focus.png") 2 5 3 5 fill;
    -webkit-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 fill;
    -moz-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 fill;
    -ms-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 fill;
    -o-border-image: url("../images/button/small-control/focus.png") 2 5 3 5 fill;
}
button.small.blue:disabled, div.dialog div.dialog-buttons button:disabled {
    border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 stretch;
    -webkit-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 stretch;
    -moz-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 stretch;
    -ms-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 stretch;
    -o-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 stretch;
    border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 fill;
    -webkit-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 fill;
    -moz-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 fill;
    -ms-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 fill;
    -o-border-image: url("../images/button/small-control/disabled.png") 2 5 3 5 fill;
}
button.orange, body > #scroll-container > header button {
    color: #fff;
    border-image: url("../images/button/header/default.png") 4 10 7 10 stretch;
    -webkit-border-image: url("../images/button/header/default.png") 4 10 7 10 stretch;
    -moz-border-image: url("../images/button/header/default.png") 4 10 7 10 stretch;
    -ms-border-image: url("../images/button/header/default.png") 4 10 7 10 stretch;
    -o-border-image: url("../images/button/header/default.png") 4 10 7 10 stretch;
    border-image: url("../images/button/header/default.png") 4 10 7 10 fill;
    -webkit-border-image: url("../images/button/header/default.png") 4 10 7 10 fill;
    -moz-border-image: url("../images/button/header/default.png") 4 10 7 10 fill;
    -ms-border-image: url("../images/button/header/default.png") 4 10 7 10 fill;
    -o-border-image: url("../images/button/header/default.png") 4 10 7 10 fill;
}
button.hover, button.orange:hover, body > #scroll-container > header button:enabled:hover {
    border-image: url("../images/button/header/hover.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/header/hover.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/header/hover.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/header/hover.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/header/hover.png") 4 9 7 10 stretch;
    border-image: url("../images/button/header/hover.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/header/hover.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/header/hover.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/header/hover.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/header/hover.png") 4 9 7 10 fill;
}
button.orange.active, button.orange:enabled:active, body > #scroll-container > header button:enabled:active {
    border-image: url("../images/button/header/active.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/header/active.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/header/active.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/header/active.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/header/active.png") 4 9 7 10 stretch;
    border-image: url("../images/button/header/active.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/header/active.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/header/active.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/header/active.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/header/active.png") 4 9 7 10 fill;
}
button.orange.focus, button.orange:enabled:focus, body > #scroll-container > header button:enabled:focus {
    border-image: url("../images/button/header/focus.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/header/focus.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/header/focus.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/header/focus.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/header/focus.png") 4 9 7 10 stretch;
    border-image: url("../images/button/header/focus.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/header/focus.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/header/focus.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/header/focus.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/header/focus.png") 4 9 7 10 fill;
}
button.orange:disabled, body > #scroll-container > header button:disabled {
    border-image: url("../images/button/header/disabled.png") 4 9 7 10 stretch;
    -webkit-border-image: url("../images/button/header/disabled.png") 4 9 7 10 stretch;
    -moz-border-image: url("../images/button/header/disabled.png") 4 9 7 10 stretch;
    -ms-border-image: url("../images/button/header/disabled.png") 4 9 7 10 stretch;
    -o-border-image: url("../images/button/header/disabled.png") 4 9 7 10 stretch;
    border-image: url("../images/button/header/disabled.png") 4 9 7 10 fill;
    -webkit-border-image: url("../images/button/header/disabled.png") 4 9 7 10 fill;
    -moz-border-image: url("../images/button/header/disabled.png") 4 9 7 10 fill;
    -ms-border-image: url("../images/button/header/disabled.png") 4 9 7 10 fill;
    -o-border-image: url("../images/button/header/disabled.png") 4 9 7 10 fill;
}
.file-input {
    position: relative;
    overflow: hidden;
}
.file-input > input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    top: -999em;
    left: -999em;
}

