.tcenter{
	text-align: center;
		color: #E66EA7;
	font-size:16px;
}
.hs_desc{
	min-height:42px;
}

.import_body .form-group {
    width: 300px;
    overflow: hidden;
    position: relative;
}

.import_body .form-group input[type=file] {
    position: absolute;
    left: -50px;
    top: -100px;
    width: 400px;
    height: 400px;
    opacity: 0;
    cursor:pointer;    
}