div.swfupload {
  width: 700px;
  float: left;
  margin: 0 0 0 75px;
}

div.photos-container, div.videos-container, div.assets-container {
  float: left;
  width: 212px;
  margin-right: 2px;
  text-align: center;
}
div.swfupload h2 {
	color: #cb0768;
  font-family: "Century Schoolbook", Verdana;
	margin: 10px 0 15px 0;
}
div.swfupload div.post-button {
	border: 1px solid #cb0768;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
div.swfupload div.post-button div {
  margin: 5px;
}
div.swfupload .upload-status {
  width: 190px;
	padding: 0 5px 10px 5px;
	overflow: hidden;
	float: left;
}
div.swfupload div.attachment-inner {
  float: left;
  clear: left;
  padding: 5px;
  margin: 0 0 10px 5px;
  width: 190px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  border: 1px solid #c0c0c0;
}
div.swfupload div.attachment-inner.feature {
  border: 1px solid #fd79ba;
  background-color: #fedeee;
  padding: 5px;
  float: left;
  width: 188px;
}
div.swfupload div.attachment div.feature a.feature {
  font-weight: bold;
}
div.swfupload div.attachment p {
  font-weight: normal;
  font-size: 11px;
  text-align: center;
}
div.swfupload div.attachment div.asset {
  font-weight: bold;
  text-align: center;
}
div.swfupload div.attachment img {
  margin: 0 auto 5px auto;
  text-align: center;
  display: block
}
div.swfupload div.attachment em {
  font-size: 11px;
  font-weight: normal;
  margin-top: 3px;
}
div.swfupload div.attachment div.actions {
  margin: 3px 0 0 0;
  font-weight: normal;
  font-size: 11px;
}
div.swfupload div.attachment div.actions a {
  margin: 0 5px 0 0;
}
div.swfupload div.attachment form textarea {
  width: 186px;
  height: 130px;
  margin: 5px 0 2px 0;
}

div.swfupload .message {
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
} 
div.swfupload .error {
}

div.swfupload .current {
}

div.swfupload .complete {
}
div.swfupload .progressName {
  font-weight: bold;
  text-align: left;
  width: 180px;
}
div.swfupload .progressBarInProgress,
div.swfupload .progressBarComplete,
div.swfupload .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #cb0768;
	margin-top: 2px;
}
div.swfupload .progressBarComplete {
	width: 100%;
	background-color: #cb0768;
	visibility: hidden;
}
div.swfupload .progressBarError {
	width: 100%;
	background-color: #cb0768;
	visibility: hidden;
}
div.swfupload .progressBarStatus {
	margin-top: 2px;
	width: 10px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
div.swfupload a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
