.vmbox{
	padding: 30px;
}

.vmbox h1{
	padding: 0;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.bxvkey{
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin: 25px 0;
	padding: 20px;
	background: #fafafa;
}

.bxvkey .stie{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

#vkey{
	padding: 10px;
	font-family: Courier, 'Courier New';
}

.bxvkey input[type="button"]{
	height: 36px;
	line-height: 36px;
	padding: 0;
	border: none;
	background: #39cb55;
	border-radius: 4px;
	font-family: inherit;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
	margin-left: 10px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.18);
}

.bxvkey .pksc{
	margin-top: 10px;
}

.bxvkey .pksc .pms{
	margin-top: 3px;
	font-family: Courier, 'Courier New';
}

.bxvkey .pksc .pms span{
	font-weight: 700;
}

.bxvkey .pksc .vsts{
	background: #3cc967;
	color: #fff;
	padding: 0 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.bxvkey .pksc .vsts.no{
	background: #df1300;
}

.bxvkey .pksc .algo{
	font-family: Courier, 'Courier New';
	font-size: 11px;
	margin-top: 10px;
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
}

.hash-bxs h2{
	padding: 0;
	margin: 0;
	font-size: 24px;
}

.tb_hashes{
	width: 840px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	margin-top: 15px;
}

.tb_hashes thead th.seq{
	width: 40px;
}

.tb_hashes thead th,
.tb_hashes tbody td{
	padding: 10px;
	font-family: Courier, 'Courier New';
	font-size: 13px;
	border-top: 1px solid #d3d3d3;
}

.tb_hashes thead th{
	border-top: none;
	background: #ededed;
}