div#errorreturn {
	background-color: #fff0f0;
	border: 1px solid #ffc0c0;
	color: #000000;
	margin: 2px;
	padding: 8px;
}

div#updatebox {
	font-size: 8pt;
	margin: 1em;
}

div.post p.dateline {
	font-size: 8pt;
	margin: 0px;
}

div.queue-loader {
	background-color: #d0d0d0;
	border: 1px inset #d0d0d0;
	color: #ffffff;
	font-size: 90%;
	margin: 4px 16px;
	position: relative;
}

div.queue-subloader {
	background-color: #004080;
	color: #ffffff;
	text-align: center;
	position: absolute;
	height: 100%;
	width: 0%;
	left: 0px;
	top: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

ul#filebox {
	margin: 8px 2px;
	padding: 8px;
}

ul#filebox li {
	clear: right;
	list-style: none;
}

ul#filebox li.file {
	border: 1px solid #d0d0d0;
	margin: 8px 0px;
	padding: 8px;
}

ul#filebox li.file span.fileoptions {
	float: right;
}

ul#filebox li.file1 {
	background-color: #f8f8f8;
	color: #000000;
}

ul#filebox li.file2 {
	background-color: #f0f0f0;
	color: #000000;
}

ul#uploadqueue {
	border-top: 1px solid #e0e0e0;
	margin: 1em 0px;
	padding: 0px;
	width: 512px;
}

ul#uploadqueue li {
	background: url(../img/imagecheck.png) no-repeat 4px center transparent;
	border-bottom: 1px solid #e0e0e0;
	color: #000000;
	list-style: none;
	padding-left: 24px;
}

ul#uploadqueue li span.queue-file {
	font-weight: bold;
}

ul#uploadqueue li span.queue-size {
	background: transparent;
	color: #a0a0a0;
	font-size: 90%;
	margin-left: 1em;
}

ul#uploadqueue li a.input-delete {
	background: url(../img/cross.png) no-repeat transparent;
	color: #000000;
	float: right;
	text-decoration: none;
	width: 16px;
	height: 16px;
}

ul.filelist {
	margin: 0px;
	padding: 0px;
}
