div.flash {
	position:relative;
	width: 155px;
	_width: 159px;
	top:2px;
	left:12px;
	border:0;
	clear:both;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
	margin:0;	
	width: 155px;
	overflow: hidden;
	border: solid 1px #86a333;
}

.progressContainer {
	margin: 0;
	padding: 4px;
	border: 0;
	background:0;
	overflow: hidden;
}

/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #86a333;
	background-color: #d7e0be;
	overflow: hidden;
}
/* Error */
.red {
	background-color: #d7e0be;
}

/* Current */
.green {
	background-color: #d7e0be;
}

/* Complete */
.blue {
	background-color: #d7e0be;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	display:none;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #86a333;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #86a333;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	*margin-top: 6px;
	width: 100px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

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;
}

#divStatus{
	font-family:Arial;
	font-size: 11px;
	padding:3px 0 0 10px;
	white-space: nowrap;
	width:140px;
	overflow:hidden;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
