.input-file-upload
{
	display: inline-block;
  width: 100%;
}
.input-file-upload select
{
  width: 80%;
	margin-right: 10px;
}

.input-file-upload span
{
  cursor:pointer;
}

.input-file-upload .upload-progress {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    display: table;
    position: relative;
    width: 80%;
		height: 25px;
}
