root {
    display: block;
}

body {
    background: url('img/bg.jpg') repeat;
    padding: 0;
    margin: 0;
    min-width: 305px;
    min-height: 520px;
    font-family: Arial, Helvetica, sans-serif;
}

.root {
    background-image: url('img/h_bg.png');
    background-repeat: repeat-x;
    background-position: center;
    float: left;
    width: 100%;
    min-width: 305px;
}

.dialpad {
width: 300px;
height: 480px;
margin: 0 auto;
margin-top: 5%;
margin-bottom: 5%;
padding: 10px;
background: #F5F6F6;
background: -moz-linear-gradient(-45deg, rgba(245, 246, 246, 1) 0%, rgba(219, 220, 226, 1) 21%, rgba(184, 186, 198, 1) 49%, rgba(221, 223, 227, 1) 80%, rgba(245, 246, 246, 1) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(245, 246, 246, 1)), color-stop(21%,rgba(219, 220, 226, 1)), color-stop(49%,rgba(184, 186, 198, 1)), color-stop(80%,rgba(221, 223, 227, 1)), color-stop(100%,rgba(245, 246, 246, 1)));
background: -webkit-linear-gradient(-45deg, rgba(245, 246, 246, 1) 0%,rgba(219, 220, 226, 1) 21%,rgba(184, 186, 198, 1) 49%,rgba(221, 223, 227, 1) 80%,rgba(245, 246, 246, 1) 100%);
background: -o-linear-gradient(-45deg, rgba(245, 246, 246, 1) 0%,rgba(219, 220, 226, 1) 21%,rgba(184, 186, 198, 1) 49%,rgba(221, 223, 227, 1) 80%,rgba(245, 246, 246, 1) 100%);
background: -ms-linear-gradient(-45deg, rgba(245, 246, 246, 1) 0%,rgba(219, 220, 226, 1) 21%,rgba(184, 186, 198, 1) 49%,rgba(221, 223, 227, 1) 80%,rgba(245, 246, 246, 1) 100%);
background: linear-gradient(135deg, rgba(245, 246, 246, 1) 0%,rgba(219, 220, 226, 1) 21%,rgba(184, 186, 198, 1) 49%,rgba(221, 223, 227, 1) 80%,rgba(245, 246, 246, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 );
border: 1px solid #949494;
border-radius: 5px;
box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.59);
}

.display {
  margin: 10px 10px 10px 10px;
  background: #AEBCBF;
background: -moz-linear-gradient(top, rgba(174, 188, 191, 1) 0%, rgba(110, 119, 116, 1) 50%, rgba(10, 14, 10, 1) 51%, rgba(10, 8, 9, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174, 188, 191, 1)), color-stop(50%,rgba(110, 119, 116, 1)), color-stop(51%,rgba(10, 14, 10, 1)), color-stop(100%,rgba(10, 8, 9, 1)));
background: -webkit-linear-gradient(top, rgba(174, 188, 191, 1) 0%,rgba(110, 119, 116, 1) 50%,rgba(10, 14, 10, 1) 51%,rgba(10, 8, 9, 1) 100%);
background: -o-linear-gradient(top, rgba(174, 188, 191, 1) 0%,rgba(110, 119, 116, 1) 50%,rgba(10, 14, 10, 1) 51%,rgba(10, 8, 9, 1) 100%);
background: -ms-linear-gradient(top, rgba(174, 188, 191, 1) 0%,rgba(110, 119, 116, 1) 50%,rgba(10, 14, 10, 1) 51%,rgba(10, 8, 9, 1) 100%);
background: linear-gradient(to bottom, rgba(174, 188, 191, 1) 0%,rgba(110, 119, 116, 1) 50%,rgba(10, 14, 10, 1) 51%,rgba(10, 8, 9, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 );
border-radius: 5px;
border: 1px solid #6B6B6B;
}

.numbers {
    margin: 0 auto;
    width: 297px;
}
input[type="password"], input[type="text"] {
    height: 62px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #00FF14;
    font-size: 40px;
    text-align: center;
    padding: 0;
    margin: 0;

}

input[type="button"] {
    display: block;
    float: left;
    width: 81px;
    height: 81px;
    margin: 3%;
    font-size: 30px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #686868;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
      padding: 0;
}

input[type="reset"]{
    background: rgb(248,80,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
    color:#fff;
    border: 1px solid #686868;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;
    width: 81px;
    height: 81px;
    margin: 3%;
    font-size: 30px;
    padding: 0;
}

input[type="submit"] {
    background: rgb(157,213,58); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
    color:#fff;
    border: 1px solid #686868;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;
    width: 81px;
    height: 81px;
    margin: 3%;
    font-size: 30px;
    text-align:center;
    padding: 0;
}
.btn {
        box-shadow: 1px 1px 4px #696969;
    -moz-box-shadow: 1px 1px 4px #696969;
    -webkit-box-shadow: 1px 1px 4px #696969;
}
.btn_click {
    box-shadow: inset 1px 1px 4px #464545;
    -moz-box-shadow: inset 1px 1px 4px #464545;
    -webkit-box-shadow: inset 1px 1px 4px #464545;
}
