@charset "utf-8";
/* CSS Document */
.collect_photos{
	width:960px;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	}
.collect_photos .photos{
	width:711px;
	height:auto;
	overflow:hidden;
	margin-left:114px;
	margin-right:auto;
	}
.collect_photos .photos li{
	float:left;
	border:3px solid #e4e4e4;
	margin-right:5px;
	width:168px;
	height:auto;
	text-align:center;
	overflow:hidden;
	}
.collect_photos .photos .photoBox{
	width:168px;
	height:110px;
	}
.collect_photos .photos li a{
	width:162px;
	height:104px;
	margin:3px;
	background:#fff;
	display: inline-block;
	/*background-repeat:no-repeat;
	background-position:center top;*/
	}
.collect_photos .photos li a img{
	width:162px;
	height:104px;
	}
/*.collect_photos .photos li.IDCard1 a{
	background:url(images/IDCard1.jpg);
	}
.collect_photos .photos li.IDCard2 a{
	background:url(images/IDCard2.jpg);
	}
.collect_photos .photos li.certificate1 a{
	background:url(images/IDCard2.jpg);
	}	
.collect_photos .photos li.certificate2 a{
	background:url(images/IDCard2.jpg);
	}	*/
.collect_photos .photos li .btn_photo{
	width:168px;
	height:40px;
	background:#e4e4e4;
	}
.collect_photos .photos li input{
	width:64px;
	height:24px;
	background-color: #1f7cd9;
	color: white;
	border: none;
	outline:none;
	cursor: pointer;
	margin-top:10px;
	}	
.collect_photos .photos li input.uploadPhoto{
	float:left;
	margin-left:10px;
	}
.collect_photos .photos li input.takePhoto{
	float:right;
	margin-right:10px;
	}
.collect_photos .photos li.certificate2{
	margin-right:0;
	}
/*.collect_photos .photos li{
	float:left;
	border:1px solid #EFEFEF;
	margin-right:5px;
	width:164px;
	height:108px;
	padding:2px 2px 2px;
	text-align:center;
	overflow:hidden;
	}
.collect_photos .photos li input{
	width:64px;
	height:24px;
	background-color: #1f7cd9;
	color: white;
	border: none;
	outline:none;
	cursor: pointer;
	margin-top:72px;
	}	
.collect_photos .photos li input.uploadPhoto{
	float:left;
	margin-left:10px;
	}
.collect_photos .photos li input.takePhoto{
	float:right;
	margin-right:10px;
	}
.collect_photos .photos li.IDCard1{
	background:url(images/IDCard1.jpg) no-repeat center top;
	}
.collect_photos .photos li.IDCard2{
	background:url(images/IDCard2.jpg) no-repeat center top;
	}
.collect_photos .photos li.certificate1{
	background:url(images/IDCard2.jpg) no-repeat center top;
	}	
.collect_photos .photos li.certificate2{
	margin-right:0;
	background:url(images/IDCard2.jpg) no-repeat center top;
	}	
	*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	