

.scan_text{
	line-height: 8px;
}

.test_text{
	font-size:12px;
}

#fwcode_Scan ,#fwcode_Reset{
	border-width : 2px;
	border-color : #fff;
	border-style : solid;
   	border-radius:15px;            /* W3C syntax */
	margin-top:20px;
	width:100%; 
	min-width: 75px;
	height:42px;
   -moz-border-radius: 15px;      /* Gecko browsers */
   -webkit-border-radius: 15px;   /* Webkit browsers */
   background:none;
   font-family: 微软雅黑;
   color:#fff;
}

.result_text{
	padding-bottom: 5px;
	text-indent:2em; 
	line-height:1.5;
}

#scanInput{
	text-align: center;
	height: 50px;
}