
.header { 
	font-size: 18px;
	font-weight: bold;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted black;
}

.copySmall {
	font-size: 11px;
}

.copyMedium {
	font-size: 13px;
}

.swfuploadbtn {
	display: block;
	width: 100px;
	padding: 0 0 0 20px;
}

.browsebtn { background: url(/images/add.png) no-repeat 0 4px; }
.uploadbtn { 
	display: none;
	background: url(/images/accept.png) no-repeat 0 4px; 
}

.cancelbtn { 
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	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;
	padding: 0;
	list-style: none;
}

.SWFUploadFileItem {

	display: block;
	width: 230px;
	height: 70px;
	float: left;
	background: #eaefea;
	margin: 0 10px 10px 0;
	padding: 5px;

}

.fileUploading { background: #fee727; }
.uploadCompleted { background: #d2fa7c; }
.uploadCancelled { background: #f77c7c; }

.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
	display: none;
}

span.progressBar {
	width: 200px;
	display: block;
	font-size: 10px;
	height: 4px;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #CCC;
}

.leightbox2 {
	color: #333;
	display: none;
	position:absolute;
	top: 25%;
	left: 35%;
	width: 30%;
	height: 30%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: center;
	z-index:1001;
	overflow: auto;	

}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
}

.fq[id] { /* IE6 and below Can't See This */
	position:fixed;
}

#overlay[id] { /* IE6 and below Can't See This */
}