.container_ {
font-family:Verdana, Sans-Serif;
width: 342px;
height: 180px;
padding-left:10px;
padding-top:2px;
padding-bottom:10px;
border:1px solid #E6113C;
background: #D6D2D9;
position:absolute;
z-index:4;
}

.keyboard_head_ {
	height:30px;
	line-height:30px;
	text-align:center;

}

.keyboard_ {
margin: 0;
padding: 0;
}
.keyboard_ button {
 display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 11px;
	font-weight:bold;
	padding-top:0px;
	margin: 0 8px 6px 0;
	width: 26px;
	height: 26px;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.keyboard_ button:hover {
 background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.keyboard_ button:active {
 color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.tab, .left-shift {
clear: left;
	}
.keyboard_ .capslock {
width: 34px;
margin-right:0px;
padding-left:1px;
}
.keyboard_ .delete {
width:161px;			
}
.keyboard_ .return {
margin-left:2px;
width: 161px;
}
.keyboard_ .left-shift {
width: 43px;
}
.keyboard_ .right-shift {
width: 43px;
}
.uppercase {
text-transform: uppercase;
}


.button_hover {
	cursor: pointer;
}

#coverIframe {
	position: absolute;
	width:100%;
	height:100%;
	z-index:1;
}