	/* ======= basics ============= */
	/* same as Price calc */
	#upload * {
		margin: 0;
		padding: 0;
	}
	
	#upload {
		//width: 350px;
		width: 725px;
		//margin: 40px auto;
		background: #fff  repeat-y center top;
		font: 11px Arial, Helvetica, Verdana, 'Lucida Grande', Geneva, san-serif;
	}
	
	#upload form { 
		background: url(../images/upload/back.gif) repeat-y right top;
		width: 550px;
	}
	
	#upload table {
		padding: 10px;
	}
	
	#upload h1 {
		display: block;
		height: 52px;
		background: url(../images/upload/top.gif) no-repeat center top;
	}
		
	#grey_bar {
	    background: url(../images/upload/grey_bar_collapsed.gif) no-repeat left top; 
	    color: #fff;
	    padding: 10px; 
	}
		
	#upload h2 {
		display: block;
		height: 18px;
		line-height:18px;
		margin: 0;
		padding: 0 0 7px 0;
	}
	
	/* same as Price calc */
	#upload h2.standard { 
		width: 184px; 
		background: url(../images/upload/standard.gif) no-repeat left top;
	}
	
	#upload h2.shipping { 
		width: 174px; 
		background: url(../images/upload/shipping.gif) no-repeat left top;
	}
	
	#upload h2.more { 
		width: 159px; 
		background: url(../images/upload/more_op.gif) no-repeat left top;
	}
	
	#upload h2.sum { 
		width: 171px; 
		background: url(../images/upload/summary.gif) no-repeat left top;
	}
	
	#upload a {
		color: #6b2213;
		outline: none;
		text-decoration: none;
	}
		
	/* ======= enclosing divs ========= */
	#upload #stand { width: 340px; padding: 0 15px 10px 15px; } /* same as Price calc */
	#upload #ship, #upload #more, #upload #summary { width: 340px; padding: 10px 15px 15px 15px; }
	#upload #total { display: block; padding: 0 20px; }
	#upload #check { padding: 40px 20px 30px 195px;  }
	#upload .split { 
		width: 338px; 
		margin: 0 auto; 
		background: #a1a1a1; 
		height: 18px; } /* same as Price calc */
	#upload .split .fold { 
		display: block; 
		height: 11px; 
		background: url(../images/upload/minus.gif) no-repeat 5px 1px;
		
		/* uncomment below for collapsed image */
		/*height: 17px; 
		 background: url(../images/upload/plus.gif) no-repeat 5px 1px; */
		 } /* same as Price calc */
	
	
	/* ======== form menus ========= */
	#upload ul {list-style: none; margin-left: 10px;}
	#upload ul.left { list-style: none; display: block; width: 50%;} /* same as Price calc */
	#upload ul.right { list-style: none; display: block; width: 50%; float: right; } /* same as Price calc */
	#upload ul li { display: block; margin: 5px 0;} /* same as Price calc */
	#upload legend { display: block; width: 150px; margin: 2px 0; } /* same as Price calc */
	#upload select { 
		display: block; 
		width: 150px; 
		margin: 2px 0;
		border: 1px #aaa solid; 
		background: #fff; } /* same as Price calc */
	#upload li.rad { padding: 3px 0 0 20px; }
	#upload li.rad label { position: relative; top: -3px; }
	#upload li p { line-height: 150%; padding: 2px 0 0 0;}
	#upload ul.rightside { text-align: right;  margin: 0 60px 0 0;}
	
	
	/* =========== Buttons =========== */
	#upload .btnholder { margin: 0 0 30px 0; text-align: right; }
	#upload a#uploadnew { display: block; float: right; width: 47px; height: 21px; background: url(../images/upload/btn_new.gif) no-repeat 0 0; }
	#upload a#uploadedit { display: block; float: right; width: 47px; height: 21px; background: url(../images/upload/btn_edit.gif) no-repeat 0 0; margin: 0 20px 0 0; }
	#upload a#checkout { display: block; width: 137px; height: 31px; text-align: right; background: url(../images/upload/btn_checkout.gif) no-repeat 0 0; }
	
	/* ========= Total fields ========= */
	#upload #total #tot {  position: relative; left: 125px; top: 15px; display: block; width: 61px; height: 16px; background: url(../images/upload/total.gif) no-repeat right bottom; } /* same as Price calc */
	#upload #total input { float: right; font-size: 16px; border: 1px #aaa solid; font-weight: bold; width: 100px; padding: 3px; position: relative; top: -8px;} /* same as Price calc */
	
	/* ===== hide this stuff (it's visible without stylesheet) ===== */
	#upload h1 span, #upload h2 span, #upload .split span, #upload #total #tot span, #upload #uploadnew span, #upload #uploadedit span, #upload #check span { display: none; }
	
	/* ==== IE6 stuff == */
	* html #upload h1 { position: relative; left: 1px; }
	* html #upload ul.left,
	* html #upload ul.right { width: 49%; }
	* html #upload #stand { position: relative; left: 12px; padding: 0 0 10px 0; }
	* html #upload #more { position: relative; left: 12px; padding: 10px 0; }
	* html #upload #ship { position: relative; left: 12px; padding: 10px 0; }
	* html #upload #summary { position: relative; left: 12px; padding: 10px 0; }
	* html #upload #total { position: relative; left: 12px; padding: 0;  }
	* html #upload #total #tot {  position: relative; left: 125px; top: 15px; }
	* html #upload #total input { position: relative; right: 40px; top: -8px; }
	
	
	#uploadOption0 li {
		background:url(../images/nav-arrow.jpg) no-repeat center left;
		list-style:none;
		padding-left:10px;
	}

	#upload a#completeBtn {
		display: block;
		width: 63px; 
		height: 22px;
		background: url(../images/checkout/btn_submit.gif) no-repeat 0 0;
		margin: 0 20px 0 0;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		text-decoration: none
	}
