.upload_btn {
	background: url("../img/browse.jpg") top left no-repeat;
	display:block;
	
	color:#fff !important;
	height:24px;
	width:240px;
	
}

.upload_field {
	width:300px;
	
	
	
	
}
.flash {
	border-color:#99cc00;
	
	width:375px;
}
.progressWrapper {
	overflow:hidden;
	width:357px;
}
.progressContainer {
	background-color:#F7F7F7;
	border:1px solid #E8E8E8;
	margin:5px;
	overflow:hidden;
	padding:4px;
}

.red {
	background-color:#FFEBEB;
	border:1px solid #B50000;
}
.green {
	background-color:#EBFFEB;
	border:1px solid #DDF0DD;
}
.blue {
	background-color:#F0F5FF;
	border:1px solid #CEE2F2;
}
.progressName {
	color:#555555;
	
	font-weight:700;
	height:14px;
	overflow:hidden;
	text-align:left;
	white-space:nowrap;
	width:323px;
}
.progressBarInProgress, .progressBarComplete, .progressBarError {
	background-color:blue;
	font-size:0;
	height:2px;
	margin-top:2px;
	width:0;
}
.progressBarComplete {
	background-color:green;
	visibility:hidden;
	width:100%;
}
.progressBarError {
	background-color:red;
	visibility:hidden;
	width:100%;
}
.progressBarStatus {
	
	
	margin-top:2px;
	text-align:left;
	white-space:nowrap;
	width:337px;
}
a.progressCancel {
	background-image:url(./img/cancelbutton.gif);
	background-position:-14px 0;
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:0;
	height:14px;
	width:14px;
}
a.progressCancel:hover {
	background-position:0 0;
}
#divStatus {
	
}
