
code {
	display: block;
	border-style:solid;
	border-width:1px 0;
	font-size: 1em;
	margin: 1em 0pt;
	overflow:auto;
	padding: 0.3em 0.4em;
	white-space:pre;
}

div.fieldset span.legend {
	position: relative;
}

div.flash {
	width: 200px;
	margin: 0px;
	border-color: #D9E4FF;

	-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 {
	width: 200px;
	overflow: hidden;
}

.progressContainer {
	margin: 0px;
	padding: 0px;
	border:0px;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 0px;
	border:0px;
	overflow: hidden;
}
/* Error */
.red {
	border:0px;
}

/* Current */
.green {
	border: 0px;
}

/* Complete */
.blue {
	border: 0px;
}

.progressName {
	display: none;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #fad917;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 200px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 1px;
	width: 1px;
	background-repeat: no-repeat;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
