










.sec_blank
{
	float:left;
	height:1px;
	width: 800px; 
	
	
}

.sec_tips
{
	width:100%; 
	
	float:left; 
	text-align:left;
	
}



#sec_btm
{
	 float:left; 
	 width:800px; 
	 height: 45px; 
	 margin: 0px 0 50px 0; 
	 padding:20px 50px 10px 50px;
	 text-align: center;
}



.texts
{
	float: left;
	width: 100%;
	height: 135px;
	padding: 5px 5px 5px 5px; 
	line-height: 18px;
/*	resize: none;*/
	resize:vertical;
	position: relative;
	border-style: solid;
	border-color: #20b2aa;
	border-width: 1px;
	background-color: rgba(255,255,255,.21)
}


.texts_small
{
	float: left;
	width: 100%;
	height: 35px;
	padding: 5px 5px 5px 5px; 
	margin-bottom: 20px;
	line-height: 18px;
/*	resize: none;*/
	resize:vertical;
	position: relative;
	border-style: solid;
	border-color: #20b2aa;
	border-width: 1px;
	background-color: rgba(255,255,255,.21)
	
}

.texts_small_85px
{
	float: left;
	width: 85px;
	height: 35px;
	padding: 5px 5px 5px 5px; 
	margin-bottom: 20px;
	line-height: 18px;
/*	resize: none;*/
	resize:vertical;
	position: relative;
	border-style: solid;
	border-color: #20b2aa;
	border-width: 1px;
	background-color: rgba(255,255,255,.21)
	
}


.noboder
{
	border-width: 0;
	outline-width: 0;
	background: transparent;
}


.salts
{
	float: left;
	width: 100%;
	height: 35px;
	padding: 5px 5px 5px 5px; 
	line-height: 18px;
/*	resize: none;*/
	resize:vertical;
	position: relative;
	border-style: solid;
	border-color: #20b2aa;
	border-width: 1px;
	background-color: rgba(255,255,255,.21)
}




#txt1
{
	font-family: oswald,sans-serif;
	font-size: 14px;
}

#txt2
{
	font-family: oswald,sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.CalcHash
{
	float:left;

	margin: 0 10px 0 0px;
	line-height:36px;
	text-align: center;
	cursor:pointer;	
/*	
	background: #2e2e2e;
	color: #ddd;
	border-radius: 3px 3px;
*/


  
     -webkit-border-radius: 30;
    -moz-border-radius: 30;
	border-radius: 30px;
	line-height: 20px;
	font-weight: 700;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #20b2aa;
	padding: 5px 15px;
  -webkit-box-shadow: 0px 1px 0px #555;
  -moz-box-shadow: 0px 1px 0px #555;
  box-shadow: 0px 1px 0px #555;
  
  
  
}

.btn_parent
{
	float:left;
	height:50px;
	width: 800px; 
	margin: 20px 0px 0px 0px; 
	padding: 0px;  
}	

.btn:focus:active,
.btn:focus,
.btn:active {
	outline: none !important;
	outline-offset: 0;
  -webkit-box-shadow: 0px 1px 0px #555;
  -moz-box-shadow: 0px 1px 0px #555;
  box-shadow: 0px 1px 0px #555;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #555;
}






.check_box
{
	height: 50px;
	padding: 7px 0 7px 0;	
}






