.imageUpload{
	width:60px;
	border:1px solid #ccc;
	box-shadow:2px 1px 4px #dedede;
	cursor:pointer;
	overflow:hidden;
	float:left;
}
#uploadimg1.imageUpload{
	margin:0 2px;
}
#uploadimg1_intro.imageUpload{
	margin:0 2px;
}
.imageUpload{
	width:60px;
	height:45px;
	background:#fff;
}
.imageUpload img{
	width:60px;
	max-height:45px;
}
#uploadimg3{
	margin-left:27px;
	margin-bottom:10px;
	margin-top:-15px;
}
#uploadimg3_intro{
	margin-left:27px;
	margin-bottom:10px;
	margin-top:-15px;
}
#uploadimg4{
	margin-bottom:10px;
	margin-top:-15px;
	margin-left:5px;
}
#uploadimg4_intro{
	margin-bottom:10px;
	margin-top:-15px;
	margin-left:5px;
}
.inputGroupHidden input{
	display:none;
	width:1px;
	height:1px;
}
.inputGroupHidden{
	clear:left;
	width:100%;
	padding: 0;
}
.progress {
    background-color: #F5F5F5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
   
    margin-bottom: 20px;
    overflow: hidden;
	height:59px;
	/* height: 10px;
	margin-top:22px;*/
}
.progress-bar-success {

    background-color: #5CB85C;

}
.progress-bar {
	text-align:center;
    background-color: #5CB85C;	
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 9px;
	padding-top:45%;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.RegistePage #load_img img,.RegistePage #load_signnature img{
	width:150px;
	height:150px;
}
.RegistePage #load_img,.RegistePage #load_signnature {
	cursor:pointer;
	width:150px;
	height:150px;
	margin:auto;
}