/* UPLOAD FORM STYLE */
.product-info-box #product-options-wrapper form {	
	margin: 0;
	padding: 0;
}

.product-info-box #product-options-wrapper #fsUploadProgress{
	position: relative;
	border: 0px !important;
	padding: 0px;
	margin: 0px;
}

.product-info-box #product-options-wrapper div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
.product-info-box #product-options-wrapper div.fieldset span.legend {
	display: none;
	position: absolute;
	background-color: #FFF;
	padding: 3px;
	top: -10px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #C80000;
}

.product-info-box #product-options-wrapper div.flash {
	width: 300px;
	margin: 10px 5px;
	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;

}

.product-info-box #product-options-wrapper button,
.product-info-box #product-options-wrapper input,
.product-info-box #product-options-wrapper select,
.product-info-box #product-options-wrapper textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}



.product-info-box #product-options-wrapper input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.product-info-box #product-options-wrapper label { 
	width: 290px; 
	text-align: left; 
	display:block;
	margin-right: 5px;
}

.product-info-box #product-options-wrapper #btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
.product-info-box #product-options-wrapper td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.product-info-box #product-options-wrapper .progressWrapper {
	width: 277px;
	overflow: hidden;
}
.product-info-box #product-options-wrapper .progressWrapper .progressCancel{
	display: none;
}
.product-info-box #product-options-wrapper .progressContainer {
	margin: 3px 5px 2px 5px;
	padding: 1px 3px 1px 3px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.product-info-box #product-options-wrapper .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.product-info-box #product-options-wrapper .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.product-info-box #product-options-wrapper .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.product-info-box #product-options-wrapper .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.product-info-box #product-options-wrapper .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 17px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.product-info-box #product-options-wrapper .progressBarInProgress,
.product-info-box #product-options-wrapper .progressBarComplete,
.product-info-box #product-options-wrapper .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.product-info-box #product-options-wrapper .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.product-info-box #product-options-wrapper .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.product-info-box #product-options-wrapper .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	line-height: 1.2em;
}

.product-info-box #product-options-wrapper a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

.product-info-box #product-options-wrapper a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.product-info-box #product-options-wrapper .swfupload {
	vertical-align: top;
}

.product-info-box #product-options-wrapper #upload_buttons{
	font-size: 10px;
	position: relative;
	height: 20px;
	margin-bottom: 10px;
}

.product-info-box #product-options-wrapper #btnCancel{
	position: absolute;
	top: 0px;
	left: 85px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #808080;
}
/* UPLOAD FORM STYLE */