﻿html, body, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    overflow: hidden;
    background-color: #000;
}

.bt {
    -moz-box-shadow: inset 0px 1px 0px 0px #2c302e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #2c302e;
    box-shadow: inset 0px 1px 0px 0px #2c302e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #909590), color-stop(1, #474a48));
    background: -moz-linear-gradient(top, #909590 5%, #474a48 100%);
    background: -webkit-linear-gradient(top, #909590 5%, #474a48 100%);
    background: -o-linear-gradient(top, #909590 5%, #474a48 100%);
    background: -ms-linear-gradient(top, #909590 5%, #474a48 100%);
    background: linear-gradient(to bottom, #909590 5%, #474a48 100%);
    background-color: #909590;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #2c302e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2c302e;
}

    .bt:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #474a48), color-stop(1, #909590));
        background: -moz-linear-gradient(top, #474a48 5%, #909590 100%);
        background: -webkit-linear-gradient(top, #474a48 5%, #909590 100%);
        background: -o-linear-gradient(top, #474a48 5%, #909590 100%);
        background: -ms-linear-gradient(top, #474a48 5%, #909590 100%);
        background: linear-gradient(to bottom, #474a48 5%, #909590 100%);
        background-color: #474a48;
    }

    .bt:active {
        position: relative;
        top: 1px;
    }

input[type="file"] {
    display: none;
}

#menu {
    position: absolute;
    bottom: 30px;
    left: 10px;
}

#txtStatus {
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-family: Arial;
    font-size: 12px;
    color: rgb(255,255,255);
}
