input[type=text].jQKeyboard.focus,
textarea.jQKeyboard.focus{
    outline: none;
    border-color: #2a67b0;
    box-shadow: 0 0 10px #2a67b0;
    transition-property: border-color,box-shadow;
}

div.jQKeyboardContainer{
    display: table;

	position:absolute;
	left:175px;
	top:575px;
    border: 1px solid #5D5D5D;
    border-radius: 20px;
    padding: 23px;
    margin-top: 5px;
	text-align: center;
	z-index: 2000;
	
	background: #1c91be; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c91be 0%, #01428a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c91be), color-stop(100%,#01428a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c91be 0%,#01428a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c91be 0%,#01428a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c91be 0%,#01428a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c91be 0%,#01428a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c91be', endColorstr='#01428a',GradientType=0 ); /* IE6-9 */

/* RADIUS */
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px; 

/* SHADOW */
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.6);
	
}

div.jQKeyboardRow{
    display: table-row;
    text-align: center;
}

button.jQKeyboardBtn{
   // color: #ffffff;
   color: #1f130e; 
   // background: #f3eee7;
    background: #f3eee7;
	
	line-height: 2.25em;
    min-width: 66px;
    margin: 4px;
    padding: 1px 6px 1px 6px;
    border: 2px solid #000000;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
	font-size: 22px;
    outline: none;
    cursor: pointer; 
}

#key13{
    color: #ffffff;
   //color: #1f130e; 
   background: #239806;

}

button.jQKeyboardBtn:hover{
    //background: #26b3f7;
}

button.jQKeyboardBtn:active,
button.jQKeyboardBtn.shift-active{
    background: #0972a5;
}

button.jQKeyboardBtn.disabled{
    color: #d9d9d9;
    background: #5e626e;
    background-image: -ms-linear-gradient(#939393, #939393);
    background-image: -webkit-linear-gradient(#939393, #939393);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

button.jQKeyboardBtn.ui-button-colspan-0{
    //width: 88px;
	//height: 75px;
	width: 110px;
	height: 100px;
}

button.jQKeyboardBtn.ui-button-colspan-2{
    width: 110px;
	height: 100px;
}

button.jQKeyboardBtn.ui-button-colspan-3{
    //width: 132px;
	width: 328px;
	height: 100px;
}

button.jQKeyboardBtn.ui-button-colspan-55{
    //width: 132px;
	width: 366px;
	height: 95px;
}

button.jQKeyboardBtn.ui-button-colspan-3b{
    width: 132px;
	background-color:#123456;
}

button.jQKeyboardBtn.ui-button-colspan-4{
    width: 120px;
}

button.jQKeyboardBtn.ui-button-colspan-5{
    width: 144px;
}

button.jQKeyboardBtn.ui-button-colspan-6{
    width: 168px;
}

button.jQKeyboardBtn.ui-button-colspan-7{
    width: 192px;
}

button.jQKeyboardBtn.ui-button-colspan-8{
    width: 216px;
}

button.jQKeyboardBtn.ui-button-colspan-8{
    width: 240px;
}

button.jQKeyboardBtn.ui-button-colspan-9{
    width: 268px;
}

button.jQKeyboardBtn.ui-button-colspan-10{
    width: 292px;
}

button.jQKeyboardBtn.ui-button-colspan-11{
    width: 316px;
}

button.jQKeyboardBtn.ui-button-colspan-12{
    width: 614px;
	height: 95px;
}