div.progressbar {
  height: 16px;
  background-color: #a09e98;
  color: #000;
  width: 1px;
  text-align: right;
}

#file-progress, #story-thanks, #story-noflash, #story-general-errors {
  display: none;
}
#file-progress {
	width: 70%;
}

#story-general-errors {
	border: 3px double #CF0000;
	padding: 10px;
	margin-bottom: 30px;
	width: 80%;
}

#story-general-errors ul, #story-general-errors h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style:circle inside;
}


