html {
  height: 100%;
}

body
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	background: #222222;
	height: 95%;
}

.container
{
	width:900px;
	margin: 15px auto;
	padding:50px 30px 10px 30px;
	background: #ffffff;
	line-height: 23px;
	border:1px solid #dfdfdf;
	border-radius: 10px 10px;
}

#Logo
{
	width: 80px;
	float:left;
}

#LogoText
{
	width: 450px;
	float:left;
	padding: 16px;
}

#header
{
	width: 800px;
	height: 70px;
	float: left;
	margin: 0 40px 15px 40px;
	text-align:left;
	padding: 10px 10px 3px 10px;
	font-size:28px;
	border-bottom:1px solid #dfdfdf;
}

.sec_blank
{
	float:left;
	height:1px;
	width: 800px;
	margin: 0 40px 0px 40px;
	padding: 0px 10px 0px 10px;
}

.sec_tips
{
	width:760px;
	margin: 0 40px 0 40px;
	float:left;
	text-align:left;
	padding: 5px 5px 5px 5px;
}

.sec_tips1
{
	width:760px;
	margin: 0 40px 0 40px;

	text-align:left;
	padding: 5px 5px 5px 5px;
	position: relative;
}


p
{
	margin:0;
	padding:0;
	line-height: 27px;
	text-indent: 0px;
}

#sec_btm
{
	 float:left;
	 width:800px;
	 height: 45px;
	 margin: 0px 0 50px 0;
	 padding:20px 50px 10px 50px;
	 text-align: center;
}

#sec_btm a,a:link,a:visited
{
	text-decoration: none;
	color: #0011ff;
}

#sec_btm a:hover
{
	color: #0077ff;
}

.texts
{

	width: 810px;
	height: 24vh;
	margin: 0 40px 0 40px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;

	resize:vertical;
	position: relative;
}
#myfile {
	width: 700px;
}
#txt1
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#txt2
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 16px;
}

.CalcHash
{
	float:left;
	width: 160px;
	height:36px;
	margin: 0 10px 0 0px;
	line-height:36px;
	text-align: center;
	cursor:pointer;
/*
	background: #2e2e2e;
	color: #ddd;
	border-radius: 3px 3px;
*/

  background: #0598fa;
  background-image: -webkit-linear-gradient(top, #555555, #111111);
  background-image: -moz-linear-gradient(top, #555555, #111111);
  background-image: -ms-linear-gradient(top, #555555, #111111);
  background-image: -o-linear-gradient(top, #555555, #111111);
  background-image: linear-gradient(to bottom, #555555, #111111);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.btn_parent
{
	float:left;
	height:50px;
	width: 800px;
	margin: 5px 10px 0px 30px;
	padding: 0px 10px 0px 10px;
}

.type_hash
{
	float:left;
	height:50px;
	width: 800px;
	margin: 5px 10px 0px 30px;
	padding: 0px 10px 0px 10px;
}

.check_box
{
	height: 50px;
	padding: 7px 0 7px 0;
}

#qrcode {
	width: 810px;
	height: 60vh;
	margin: 0 40px 0 40px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;

	resize:vertical;
	position: relative;
}
.count {
	margin: 0 40px 0 40px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;

	resize:vertical;
	position: relative;
}
.based {
	margin: 0 40px 0 40px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
	text-align:right;
	resize:vertical;
	position: relative;
}