.ui-keyboard {
	position: fixed !important;
	height: 336px;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background: #dadada; /* Old browsers */
	background: -moz-linear-gradient(top,  #dadada 0%, #a2a2a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#a2a2a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dadada 0%,#a2a2a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dadada 0%,#a2a2a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dadada 0%,#a2a2a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dadada 0%,#a2a2a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#a2a2a2',GradientType=0 ); /* IE6-9 */
	z-index: 1000;
}
.ui-keyboard-preview-wrapper {
	position: absolute;
	width: 675px;
	left: 50%;
	margin-left: -337px;
	padding: 12px;
	background: #DADADA;
	bottom: 335px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-keyboard-preview-wrapper textarea {
	width: 675px;
	min-width: 675px;
	max-width: 675px;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	margin: 0;
	padding: 20px;
	border: 1px solid lightgray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: sans-serif;
	font-size: 20px;
	color: #4f4e4e;
}
.ui-keyboard-preview-wrapper input{
	width:100%;
}
.ui-keyboard-keyset {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.ui-keyboard-button {
	width: 52px;
	height: 46px;
	margin: 4px;
	padding: 0;
	vertical-align: top;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #e8e8e8 29%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(29%,#e8e8e8), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#e8e8e8 29%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#e8e8e8 29%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#e8e8e8 29%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#e8e8e8 29%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.6);
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	color: #4f4e4e;
}
.ui-keyboard-button.ui-keyboard-space {
	width: 412px;
	font-size: 0;
}
.ui-keyboard-button.ui-keyboard-shift,
.ui-keyboard-button.ui-keyboard-alt,
.ui-keyboard-button.ui-keyboard-accept,
.ui-keyboard-button.ui-keyboard-bksp{
	width: 112px;
}
.ui-keyboard-button.ui-keyboard-enter {
	width: 172px;
}