/* IE6 FIX */
html fieldset{ 
	position: relative; 
	margin-top:1em;  
}

/* the box that goes around the stuff to be uploaded */
fieldset{
	border:  1px solid #afe14c;
	margin: 5px 0;
	padding: 20px 10px;
}

fieldset.flash{
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;
}

/* IE6 FIX */
html legend{ 
	position:absolute; 
	top: -0.5em; 
	left: .5em; 
}

legend{
	font: 700 14px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	margin: 0 10px;
	color: #73b304;
}


label{
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

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

.progressContainer{
	margin: 5px;
	padding: 4px;
	border: solid 1px #000000;
	background-color: #C1C1C1;
	overflow: hidden;
}

/* Message */
.message{
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #000000;
	background-color: #C1C1C1;
	overflow: hidden;
}
/* Error */
.red{
	border: solid 1px #FF0000;
	background-color: #FF8056;
}

/* Current */
.green{
	border: solid 1px #000000;
	background-color: #C1C1C1;
}

/* Complete */
.blue{
	border: solid 1px #CEE2F2;
	background-color: #C6FFC6;
}

.progressName{
	font-size: 8pt;
	/*font-weight: 700;*/
	color: #000000;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError{
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete{
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError{
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus{
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

button,
input,
select,
textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }
