/** {
margin: 0;
padding: 0;
}*/
/*body {
font: 71%/1.5 Verdana, Sans-Serif;
background: #eee;
}*/
#containers {
width: 610px;
position:absolute;
right:0px;
bottom:0px;
z-index:50;
font: 71%/1.5 Verdana, Sans-Serif;
background: #eee;
}
#showkeyboard {
    border:0px;
    align-content:center;
    vertical-align:middle;
}
#keyboard {
margin-left:-10px;
*margin-left:0px;
list-style: none;
align-content:center;
align-self:center;
}
	#keyboard li {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
		.capslock, .tab, .left-shift {
		clear: left;
		}
			#keyboard .tab, #keyboard .delete {
			width: 70px;
			}
			#keyboard .capslock {
			width: 80px;
			}
			#keyboard .return {
			width: 57px;
			}
			#keyboard .left-shift {
			width: 65px;
			}
			#keyboard .right-shift {
			width: 109px;
			}
		.lastitem {
		margin-right: 0;
		}
		.uppercase {
		text-transform: uppercase;
		}
		#keyboard .space {
		clear: left;
		width: 552px;
		}
		.on {
		display: none;
		}
		#keyboard li:hover {
		position: relative;
		top: 1px;
		left: 1px;
		border-color: #e5e5e5;
		cursor: pointer;
		}