.plupload_content, .plupload_wrapper{
	width:100%;
}

.plupload_container input {
	border: 1px solid #DDD;
	width: 98%;
}

.plupload_file_size, 
.plupload_file_status, 
.plupload_progress, 
.plupload_file_action {
	text-align: right;
	width: 80px;
	vertical-align: middle !important;
}

.plupload_filelist .plupload_file_name {
	overflow: hidden
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plupload_progress {
	margin-bottom: 0px !important;
	width: 100%;
}

tr.plupload_droptext td {
	background: transparent;
	text-align: center;
	vertical-align: middle !important;
	line-height: 165px !important;
}
