.filelist {
    width: 60%;
}
.filelist .file {
    padding: 5px;
    background: #ececec;
    border: solid 1px #ccc;
    margin-bottom: 4px;
}
.filelist .fileprogress {
    width: 0%;
    background: #B7C53D;
    height: 5px;
}
.plupload-thumbs {
 
}
.plupload-thumbs .thumb {
    width: 60px;
    padding-right: 2px;
    float: left;
}
.plupload-thumbs .thumbimg {
    cursor: pointer;
	height: 60px;
	border: 2px dashed #CECECE;
	padding: 0px 2px 0px 2px;
}
.plupload-thumbs .thumbimg:hover {
	border: 2px dashed red;
}
.plupload-thumbs .thumbimg.active {
	border: 2px solid blue;
}
.plupload-browse-button {
	margin-top: 5px !important;;
}