.pop_scan{
	width:500px;
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	text-align:center;
	padding:60px 0 66px;
}
.span_name{
	line-height:35px;
	margin:0 10px 0 40px;}
.span_input{
	display:block;
	width:238px;
	height:33px;
	border:1px solid #d4d4d4;
	border-right:none;
	border-radius:3px 0 0 3px;}
.span_input input{
	border: medium none;
	outline:none;
	margin:7px 0;
	padding-left:10px;
	width: 228px;
	border-radius:3px 0 0 3px;}
.btn_import{
	width:94px;
	line-height:35px;
	text-align:center;
	color:#ffffff;
	background-color:#6ac562;
	border-radius:0 3px 3px 0;}
.btn_sure{
    display: inline-block;
    width: 100px;
    height: 30px;
    color: #FFFFFF;
    border: 1px solid #1BB674;
    background: #1BB674;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
	margin: 38px 0 0;}
.btn_sure:hover{
		background-color:#20C981;}
.btn_sure:active{
		background-color:#19A569;}
.sp_upload{
	cursor: pointer;
	color:#3dff31;
	font-size:10px;
	margin: 4px 14px 0 0;
	float: right;
	width: 16px;
	height: 14px;
	background:url(../images/manage_indexdol.png) no-repeat left bottom;
	display: block;
}