#softkey_canvas {
	position:absolute;
	top: 8px;
	left: 10px;
}

#softkeyinput {
	position:absolute;
	background-color: #000000;
	top: 11px;
	left: 386px;
	width: 246px;
	height: 88px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	font-size: 3.6rem;
	z-index: 17;
}

#phoneinput {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 100px;
	background-color: #000000;
	z-index: 20;
	display:none;
}

#phoneinputText {
	position:absolute;
	top: 10px;
	left: 20px;
	width: 220px;
	height: 60px;
	font-size: 3.6rem;
}

#phoneinputDone {
	position:absolute;
	top:20px;
	left: 280px;
	width: 180px;
	height: 60px;
	font-size: 3.6rem;
}

#phoneinputCancel {
	position:absolute;
	top:20px;
	left: 460px;
	width: 180px;
	height: 60px;
	font-size: 3.6rem;
}

#softkeypad {
	position:absolute;
	background-color: #F2F2F2;
	top: 350px;
	left: 200px;
	width: 685px;
	height: 82px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
            
	z-index: 17;
}

.kbkey {
	position:absolute; 
	top: 17px;
	width: 45px;
	height: 43px;
}

.softkeyboard1 {
	position:absolute;
	top: 440px;
	left: 550px;
	z-index: 17;
}

.softkeyboard2 {
	position:absolute;
	background-color: #F2F2F2;
	top: 440px;	
	left: 550px;	
	width: 576px;
	height: 220px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
       -moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
            
	z-index: 17;
} 

.kkey {
	position:absolute; 
	width: 45px;
	height: 43px;
}
