#infoform{
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	padding: 15px;
	min-height: 300px;
	width: 70%
}
#infoform input{ width: 80%; margin: 0px auto; }
#input-icon{ right:10%; }
#myCarousel{
	margin-top: 15px;
}
#report{display: none;}

#waiting {
    display: none;
    position: absolute;
    background: #000;
    width: 300px;
    height: 100px;
    z-index: 10;
    color: #ffffff;
    text-align: center;
    opacity: 0.6;
    padding-top: 18px;
    z-index: 2;
    top: 35%;
    right: 40%;
}