
html, 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font: 12px/1.4em Helvetica, Arial, sans-serif;
}

a, img, object, button { border: none; outline: none; }

p { line-height: 1.6em; margin: 0 0 12px 0; }

#content { width: 680px; margin: 20px 90px; }

h3.step { font-size: 13px; }

fieldset { border: none; margin-left: 12px; }
label { display: block; } 
#uploadForm input { padding: 4px; margin: 0 0 12px 0; width: 18em; }
#uploadForm textarea { padding: 4px; margin: 0 0 12px 0; }


#uploadedFiles { display: none; width: 400px; margin: 0 5px 30px; overflow: auto; }
.uploadedFile { clear:both; margin: -1px 0 0 0; padding: 8px 12px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; overflow: auto; }
.uploadedFile .name { float: left; display: inline; }
.uploadedFile .delete { float: right; display: inline; padding-left: 20px; background: url(uploader-images/delete.png) no-repeat 0 0; cursor: pointer; }

button.submit { cursor: pointer; border: none; background: transparent url(uploader-images/submit-btn.gif) no-repeat 0 0; display: block; width: 220px; height: 60px; }
button.submit:hover { background-position: 0 -61px; }
button.submit span { display: none; }

#messageBox  { 
	width: 372px; 
	display: none; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin: 5px;
	padding: 8px;

}
	
#messageBox.error {	
	border: solid 1px #B50000;
	background: #FFEBEB url(uploader-images/stop.png) no-repeat 10px 50%;
}

#messageBox ul { margin: 0; }

.progressWrapper {
	width: 400px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: solid 1px #89C742;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* No files */
.progressContainer.noFiles {
	border: solid 1px #CBCBCB;
	background-color: #ECECEC;
	overflow: hidden;
}
/* Error */
.progressContainer.error {
	border: solid 1px #CBCBCB;
	background-color: #ECECEC;
}

/* Current */
.progressContainer.uploading {
	border: solid 1px #CBCBCB;
	background-color: #ECECEC;
}

/* Complete */
.progressContainer.complete {
	border: solid 1px #CBCBCB;
	background-color: #ECECEC;
}

.progressName {
	font-size: 1em;
	font-weight: 700;
	color: #555;
	width: 323px;
	
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 20px;
	background: transparent url(uploader-images/bar.gif) repeat-x scroll 0 0;
	margin: 0;
}

.progressBarWrapper {
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	
}

.progressBarComplete {
	width: 100%;
}

.progressBarError {
	width: 100%;
	visibility: hidden;
}

.progressContainer.noFiles .progressBarInProgress,
.progressContainer.noFiles .progressBarComplete,
.progressContainer.noFiles .progressBarError { background: transparent url(uploader-images/bar-grey.gif) repeat-x scroll 0 0; width: 100%;}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 1em;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
.progressSpeed {
	margin-top: 2px;
	width: 337px;
	font-size: 0.8em;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
.progressSpeed .speed { margin-right: 25px; }

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;

	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
