.uploader {
	margin: 1em;
	font-size: 	1.1em;
}

.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #aaa;
font-size: 0.9em;
text-align: left;
}

.ajax-file-upload-bar {
background-color: #aaa;
width: 0;
height: 5px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
background-color: #ea5930;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload-green {
background-color: #aaa;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload {
	padding: 1em 2em;
	text-align: center;
	cursor:pointer;	
	margin:1em auto;
	display: block;
	background: #ededed;
	border: none;
	border-bottom: 2px solid #ccc;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2em 3em; 
	color: #333;
	vertical-align:middle;  
}
.ajax-file-upload img{
		width:	4em;
		height: 4em;
		display: block;
		opacity: 0.2;
		margin: 0 auto 0.5em auto;
	}
  
  	html, body {
  		margin: 0px;
        padding: 0px;
        background: #ffffff;
		font-family: "Karla", sans-serif;
    }
	
	.ajax-file-upload-statusbar {
		border: 1px solid #ddd;
		margin: 1em 0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 1.5em;
		text-align: center;
	}

	.ajax-file-upload-progress {
		width:	100%;
		margin: 1em 0;
		position: relative;
		border-radius: 3px;
		display: block;
		background-color:#ea5930;
	}
	
	.ajax-upload-dragdrop{
		border:2px solid #aaa;
		text-align:left;
		vertical-align:middle;
		padding:10px 10px 0px 10px;
	}
	
	.submit {
		text-align: 	center;
		height:			50px;
		background-color: #eee;
		border-top:		1px solid #ddd;
		vertical-align: top;
	}
	
	.submit input[type=button]{
		-webkit-appearance:none;
		display:		inline-block;
		border-radius: 	2px;
		padding:		7px 12px;
		margin:			8px 4px;
		font:			inherit;
		border:			0;
		width:			45%;
		max-width: 		150px;
	}

	.affirm{
		background-color: #ea5930 !important;
		color:			#fff;
		border-bottom:	2px solid #d5532f !important;
	}
	.affirm:hover{
		background-color: #f27350 !important;
		border-bottom:	2px solid #ea5930 !important;
	}
	.dismiss{
		background-color: #555 !important;
		color:			#fff;
		border-bottom:	2px solid #333 !important;
	}
	.dismiss:hover{
		background-color: #666 !important;
		border-bottom:	2px solid #444 !important;
	}
