.pword-type {
	display: none; position:absolute; width:260px; margin-top:30px; padding-left:10px; padding-top:20px;
	background:white; 
	border:solid 1px #ccc;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
}​
		
#containerlog {
	width: 284px;
	margin:auto;
	position:relative;
	background:white;
	padding:10px;
	border-radius:5px;
}

#write {
	margin: 0 0 5px;
	padding: 5px;
	width: 80px;
	height: 25px;
	font: 1em/1.5 Verdana, Sans-Serif;
	background: #fff;
	border: 1px solid #ccc;
	resize: none;
}

#keyboard1 {
	margin: 0;
	margin-left:5px;
	padding: 0;
	list-style: none;
}

#keyboard1 li {
    float: left;
    margin: 0 16px 20px 0;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    background: rgba(204,204,204,0.6);
    border: 1px solid #f9f9f9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	border-radius: 50%;
	font-size:24px;
	color:#0478BF;
	font-family:"Arial Black", Gadget, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#keyboard1 .tab, #keyboard1 .delete {
	width: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#e5e5e5;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-weight:normal;
}

#keyboard1 .capslock {
	width: 80px;
}

#keyboard1 .return {
	width: 77px;
}

#keyboard1 .right-shift {
	width: 109px;
}

.lastitem {
	margin-right: 0;
}

.uppercase {
	text-transform: uppercase;
}

#keyboard1 .space {
	clear: left;
	width: 681px;
}

.on {
	display: none;
}

#keyboard1 li:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #e5e5e5;
	cursor: pointer;
}

.peeka {
	position:relative;
}

.btnn {
	font:inherit;
	margin: 0 5px 5px 0;
	width: 70px;
	height: 43px;
	line-height: 40px;
	text-align: center;
	background: #e5e5e5;
	border: 1px solid #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btnn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #e5e5e5;
	cursor: pointer;
}	

#keyboard2 {
	margin: 0;
	margin-left:5px;
	padding: 0;
	list-style: none;
}

#keyboard2 li {
	float: left;
	margin: 0 16px 20px 0;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	background: rgba(204,204,204,0.6);
	border: 1px solid #f9f9f9;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size:24px;
	color:#0478BF;
	font-family:"Arial Black", Gadget, sans-serif;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#keyboard2 .tab, #keyboard2 .delete {
	width: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#e5e5e5;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-weight:normal;
}

#keyboard2 .capslock {
	width: 80px;
}
#keyboard2 .return {
	width: 77px;
}

#keyboard2 .right-shift {
	width: 109px;
}

.lastitem {
	margin-right: 0;
}

.uppercase {
	text-transform: uppercase;
}

#keyboard2 .space {
	clear: left;
	width: 681px;
}
.on {
	display: none;
}

#keyboard2 li:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #e5e5e5;
	cursor: pointer;
}

.peeka {
	position:relative;
}

.btnn {
	font:inherit;
	margin: 0 5px 5px 0;
	width: 70px;
	height: 43px;
	line-height: 40px;
	text-align: center;
	background: #e5e5e5;
	border: 1px solid #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btnn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #e5e5e5;
	cursor: pointer;
}

#keyboard1 li:active, #keyboard2 li:active {
	background:whitesmoke;
}			

#eye, .keyb-h {
	cursor:pointer;
}