.ajax-file-upload-statusbar {
    width: 200px!important;
}

.ajax-file-upload-progress {
    position: relative;
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 5px;
    color: #FFFFFF;
}

.ajax-file-upload {
    font-size: 18px;
    font-weight: bold;
    padding: 125px 20px;
	text-transform:uppercase
    cursor: pointer;
    height: 28px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
    -moz-box-shadow: 0 2px 0 0 #e8e8e8;
    -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
    box-shadow: 0 2px 0 0 #e8e8e8;
    padding: 5px 40px 4px 40px;
    color: #fff;
    background: #2f8ab9;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #13648d;
    -webkit-box-shadow: 0 2px 0 0 #13648d;
    box-shadow: 0 2px 0 0 #13648d;
    vertical-align: middle;
}
