/* CSS Document */

.numkey{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	width: 220px;
    height: 218px;
    background-color: #EBEBEB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #4D4D4D;
    text-shadow: 1px 1px 0px #FFFFFF;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:999;
}

.numkey ul li{
  background:#FFFFFF;
  float: left;
  list-style: none;
  width: 50px;
  height: 50px;
  line-height:50px;
  font-size: 18px;
  border: 1px solid #DDDDDD;
  margin: 1px;
  text-align:center;
  cursor:pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background:linear-gradient(#FFFFFF, #C9C9C9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9))";
  zoom: 1;
  background: -moz-linear-gradient(top, #FFFFFF, #C9C9C9);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C9C9C9));
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.numkey ul li:hover{
  background:linear-gradient(#C9C9C9, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C9C9C9, endcolorstr=#FFFFFF);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C9C9C9, endcolorstr=#FFFFFF))";
  zoom: 1;
  background: -moz-linear-gradient(top, #C9C9C9, #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#C9C9C9), to(#FFFFFF));
}

.numkey ul li span{
	font-size:12px;
}

.numkey #btwrap{
/*	clear:both;
	padding:10px;*/
	text-align:center;
}

#numkeyclear{
    position: absolute;
    float: left;
    height: 50px;
    width: 50px;
    top: 0px;
    left: 0px;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid #DDDDDD;
    margin: 1px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: linear-gradient(#FFFFFF, #C9C9C9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9))";
    background: -moz-linear-gradient(top, #FFFFFF, #C9C9C9);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C9C9C9));
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
    color:#4D4D4D;
}

#numkeyclose{
    position: absolute;
    float: left;
    top: 53px;
    left: 0px;
    width: 50px;
    height: 102px;
    list-style: none;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #DDDDDD;
    margin: 1px;
    cursor: pointer;
    padding-top: 56px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    /* background: linear-gradient(#FFFFFF, #C9C9C9); */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9))";
    background: -moz-linear-gradient(top, #FFFFFF, #C9C9C9);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C9C9C9));
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    color:#4D4D4D;
}

/*.numkey #btwrap a{
  border: 1px solid #DDDDDD;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background:linear-gradient(#FFFFFF, #C9C9C9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#C9C9C9))";
  zoom: 1;
  background: -moz-linear-gradient(top, #FFFFFF, #C9C9C9);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C9C9C9));
  color:#4D4D4D;
  text-decoration:none;
}*/

.numkey #btwrap a:hover{
  background:linear-gradient(#C9C9C9, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C9C9C9, endcolorstr=#FFFFFF);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#C9C9C9, endcolorstr=#FFFFFF))";
  zoom: 1;
  background: -moz-linear-gradient(top, #C9C9C9, #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#C9C9C9), to(#FFFFFF));
}


#btwrap{
    position: absolute;
    width: 53px;
    top: 1px;
    left: 164px;
    height: 211px;
}

#numerickey0{
    position: relative;
    top: 162px;
    width: 160px;
}
#numerickey1{
    position: relative;
    top: 108px;
    left: -163px;
}
#numerickey2{
    position: relative;
    top: 54px;
    left: 55px;
}
#numerickey3{
    position: relative;
    top: 54px;
    left: 55px;
}
#numerickey4,
#numerickey5{
    position: relative;
    left: -107px;
}
#numerickey6{
    position: relative;
    top: -54px;
    left: 109px;
}
#numerickey7,
#numerickey8,
#numerickey9{
    position: relative;
    top: -107px;
    left: -54px;
}
