#pass {
	font-family: monospace;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	border: 1px #000000 solid;
	line-height: 150%;
	display: none;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

#diventropy {
	border: 1px #000000 solid;
	background-color: rgb(255,255,225);
	text-align: center;
	width: 600px;
	margin-bottom: 20px;
	display: none;
}

#pass_cmnt {
    margin-bottom: 20px;
    text-align: center;
}

#counter {
	font-weight: bold;
}

.inpblock {
	display: table-cell !important;
	display: inline; /* для IE */
	padding-right: 15px;
}

.divblock {
	display: table;
	width: 50%;
    margin: 0 auto;
	margin-bottom: 18px;
}

#genbutton {
	font-weight: bold;
	font-size: 1em;
}