#WizardLeft    { margin: 0 auto; padding: 0; background-color: #fff; font: 13px "Trebuchet MS", arial, san-serif; color: #324856; text-align: left; }
#WizardLeft form 	   { margin: 0; padding: 0; }
#WizardLeft textarea   { margin: 0; padding: 10px; width:375px; height:145px; font: 14px "Trebuchet MS", Arial, serif; color: #324856; }
#WizardLeft #btnsLeft  { margin: 5px 0; padding: 0; float:left; }
#WizardLeft #btnsRight { margin: 5px 0; padding: 0; float:right; }
#WizardLeft .extras a { text-decoration: none; color: #324856; }
#WizardLeft .Industry   { margin-bottom: 20px; font-size: 200%; float: left; }
#WizardLeft #HiddenOptions .extras { margin: 0 0 10px 20px; padding:10px; background-color:#e0e0e0; -moz-border-radius:10px; -webkit-border-radius:10px; width: 340px; display:none; }
#WizardLeft #HiddenOptions textarea  { width:316px; height:100px; }
#WizardLeft #HiddenOptions a { text-decoration: none; color: #324856; }
#WizardLeft #HiddenOptions .extras p { padding: 0; margin: 0 0 8px 0; }
#WizardLeft #HiddenOptions table { padding: 0; margin: 0; font: 13px "Trebuchet MS", Arial, serif; color: #324856; }
#WizardLeft #HiddenOptions td { padding: 0 5px 10px 0; }
#WizardLeft #HiddenOptions select { padding: 0; margin: 0; font: 13px "Trebuchet MS", Arial, serif; color: #324856; }

#WizardList { margin: 0 auto 0 0; padding: 20px; background: #fff url(bglist.gif) top repeat-x; font: 14px "Trebuchet MS", arial, san-serif; color: #324856; }
#WizardList p    { margin: 0; padding: 0; font: 12px "Trebuchet MS", arial, san-serif; }
#WizardList p img  { margin: 0 5px 0 0; vertical-align: text-top; }
#WizardList img  { margin: 0 5px 0 0; padding: 0; border:none; }
#WizardList a    { color: #119e11; }
#WizardList H1   { margin: 15px 0 0 35px; padding: 0; font: 20px "Arial Narrow", "Trebuchet MS", Arial, serif; color: #119e11; font-weight: normal; }
#WizardList ul   { margin: 10px 0 0 35px; padding: 0; list-style: none; }
#WizardList li   { margin: 0; padding: 0 0 12px 0; }

div.fieldset {
	border:  1px solid #afe14c;
	margin: 5px 0;
	padding: 10px 5px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -20px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 315px;
	margin: 5px 2px;
	border-color: #FFF;

	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

input[disabled]{ border: 1px solid #ccc; background-color: #FFFFFF; } /* FF 2 Fix */

/* -- Table Styles ------------------------------- */
.progressWrapper {
	width: 307px;
	overflow: hidden;
	text-align: left;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 10px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Cancel */
.yellow {
	border: solid 1px #B5B500;
	background-color: #FFFF9F;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	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;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
	height: 14px;
	width: 14px;
	background-image: url(cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
}

.addbtn {
	font-size: 0;
	display: block;
	height: 25px;
	width: 110px;
	background: transparent url(swfbtn_addsm.gif) no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	float: right;
}
.addbtn:hover {
	background-position: 0px -25px ;
}
.addbtn[disabled] {
	background-position: 0px -75px ;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

