/* print styles for order form */

body {
	background-color: white;
	background-image: none;
	font-size: 10pt;
	width: 8.5in;
	height: 11in;
	margin: 0;
	padding: 0;
	color: black;
	overflow: hidden;
	position: relative;
}

/* hide everything but form */
div#before, div#promotions, div#headerwrap, div#betweendivs, div#contentwrapafter, div#featurebox, div#opacScreen, div#dialog_wrapper, div#safarinotice {
	display: none;
}

/* because of animations with header, need to hide elements separately if wizard has been used */
#headerwrap h1, #login, #headerwrap h2, #headerwrap h3, #headerwrap p, #headerwrap button, #headerwrap .frame, #headerwrap hr, #headerwrap div.bottomOf, #pt {
	display: none;
}

#headerwrap {
	position: absolute; /* only way to not make space at top */
}

#headgraphic {
	margin-left: -50em;	
}

div#contentwrap, div#maincontent {
	background-image: none;
	background-color: white;
}

/* hide submit fieldset */
fieldset#submitform {
	display: none;
}

fieldset {
	width: 78%;
	border: 1pt black solid;
	clear: both;
}
	/* hide alternate shipping fieldset, will show with print class if needed */
	#altship {
		/*display: none;*/
	}
	#altship h3 span {
		display: none;
	}
	#shipto_customer, #lbl_shipto_customer {
		display: none;
	}
legend {
	display: none;
}

fieldset h3 {
	font-size: 12pt;
	margin: 4pt 0 0 2pt;
}
	fieldset h3 span {
		font-size: 9pt;
		font-weight: normal;
	}

fieldset h4 {
	font-size: 10pt;
}
	fieldset h4 span {
		display: none;
	}

fieldset input {
	border-width: 0;
	border-bottom: 1pt solid black;
	background-color: white;
}

fieldset select {
	border-width: 0;
	border-color: white;
	border-bottom: 1pt solid black
	background-color: white;
}

.print {
	display: inline;
}

.noprint {
	display: none;
}

fieldset#imageorigin p {
	display: none;
}


/* class not specific enough */
#checkselects.noprint {
	display: none;
}

#checkselects h4, #checkselects input, #checkselects label {
	display: none;
}
#checkselects h4.print, #checkselects input.print, #checkselects label.print {
	display: inline;
}

label {
	margin-right: 24pt;	
}
	label.themeitem {
		margin: 0 12pt;
	}
		label.themeitem input {
			display: none;
		}
		
	label.field-first input, label.field-last input, label.alt_field-first input, label.alt_field-last input {
		width: 16em;
	}
	
	label.field-address input, label.alt_field-address input {
		width: 30em;
	}
	label.field-address, label.alt_field-address {
		display: block;
	}

	label input, label select {
		margin-left: .5em;
	}

#form_mat {
	padding: 2em;
}

#imagenames {
	display: block;
}
