
/* Start of upload_errorlog.css */

label {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}

input[type=text], textarea {
	width: 260px;
}
textarea {
	height: 100px;
}

#uploadErrorlogForm label span, #uploadErrorlogForm em span {
	color: #900;
}

#upload-container {
	display: inline-block;
	width: 80%;
}


.upload-errorlog #filelist span {
	display: inline-block;
	margin: 3px 0;
}
.upload-errorlog #filelist .upload-filename {
	width: 350px;
}
.upload-errorlog #filelist .upload-filesize {
	width: 72px;
}
.upload-errorlog #filelist .upload-progress {
	width: 72px;
}


/* End of file */
