.cdr-ais-file-select {
	padding: 25px 0 25px 0;	
}

.cdr-ais-file-select label {
	width: 334px;
	height: 90px;
	display: block;
	background: red;
	position: relative;
	border: #aaa solid 5px;
	border-radius: 5px;
	background: #ccc;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 90px;
	font-size: 50px;
	color: #666;
	cursor: pointer;
  	box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
  	opacity: 0.75;
}

.cdr-ais-file-select label:hover {
  	opacity: 1;
}

.cdr-ais-file-select input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}