/* 

	As this stylesheet is lazy loaded these styles only apply if JavaScript is enabled

*/	
.file-upload {
	overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #9e9e9e;
    -moz-border-radius: 8px;
    }
	
.file-upload:hover { 
	background:none; 
	}

.file-upload.focus { 
	outline:none;
	}

.file-upload input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 70px;

	/* Loses tab index in webkit if width is set to 0 */
	opacity: 0;
	filter: alpha(opacity=0);
	}

.file-upload strong { 
	font: normal 1.75em arial,sans-serif; 
	}	
	
.file-upload span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;

	/* Adjust button text vertical alignment */
	padding-top: 0em;
	font-size: 15px;
    font-weight: normal;
	}

/* Adjust the button size */	
.file-upload { height: 20px; }
.file-upload{	width: 35%; }	

.file-upload-status {
	margin-top: 0px;
    vertical-align: middle;
    font-size: 15px;
    color: #555;
    position: absolute;
	}
