.swfuploadbtn {
			display: block;
			width: 60px;
			padding: 0 0 0 0px;
			/*height:30px;*/
		}
		
		.browsebtn {
		/*background: url(../images/add.png) no-repeat 0 4px;*/
	
		}
		
		.uploadbtn { 
			display: none;
			/*background: url(../images/accept.png) no-repeat 0 4px; */
			
		}
		
		.cancelbtn {
		padding-left:18px;
			
			/*background: url(../images/cancel.png) no-repeat; */
		}
		
		#cancelqueuebtn {
			display: block;
			display: none;
			background: url(../images/cancel.png) no-repeat 0 4px;
			margin: 10px 0;
		}
		
		#SWFUploadFileListingFiles ul {
			margin: 0;
			width:300px;
			padding: 0;
			float:left;
			list-style: none;
		}

		.SWFUploadFileItem {			
			display: block;
			font-family:Tahoma;
			font-size: 11px;
			color: #2C4E88;
			width:305px;
			text-decoration:none;
			font-weight:bold;
			border: solid 1px #ccc;
			/*height: 15px;*/
			float:left;
			background: white;
			padding:2px;
			text-align: middle;
			margin-left: 0px;
			/*margin-top:10px;*/

		}

		.fileUploading { background: #fee727; }

		.uploadCompleted { background: #d2fa7c; }
		.uploadCancelled {
		display: none;
		background: #f77c7c;
		}
		
		.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
			display: none;
			float:left;
		}
		
		span.progressBar {
			width: 150px;
			display: block;
			font-size: 10px;
			height: 4px;
			margin-top: 2px;
			margin-bottom: 10px;
			background-color: #FFFFFF;
		}
		.panelmsg{
	font-family:Tahoma;
	font-size: 10px;
	color: #A1ACB7;
	text-decoration:none;
	
}
.panelmsg:link, .panelmsg:visited {
	font-family:Tahoma;
	font-size: 10px;
	color: #A1ACB7;
	text-decoration:none;
	
}
.panelmsg:hover {
	font-family:Tahoma;
	font-size: 10px;
	color: #A1ACB7;
	text-decoration:none;
	text-decoration:underline;
	
}
.wid{
padding-right:30px;
width:100px;
color: #000000;
}

.textSimple{
font-family:Tahoma;
font-size: 11px;
color: #626465;
text-decoration:none;	
	}