html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

/*	COLORS
//////////////////////////////////////	*/
.blue { color: #CCCCCC; }
.grey { color: #666666; }
.orange { color: #ff9900; }
.green { color: #64B99C; }


#wrapper {
	color: #666666;
/*	float: left;*/
	padding: 0px;
	width: 750px;
}
.header { background: #666666; }
em { font-size: 9px; font-style: italics; }

/*		FORM
////////////////////////	*/
form {
	margin: 10px;
	color: #666666;
}
fieldset {
	background: #CCCCCC;
	border: 0px;
	padding: 0px 0px 20px;
	font-size: 12px;
	margin-top: 10px;
}
fieldset p {
	padding: 10px;
	margin: 0px;
}
.formTitle {
	background: #999999;
	background: url('/images/header_navigation_backgroundjpg.jpg') repeat-x;
	color: #ffffff;
	font-size: 16px;
	clear: both;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
}
.errorMessage{
	background: #ffffce;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

/* NOTES
////////////////////	*/
.notes {
	background: #fcfcfc url(../images/icon-info.gif) no-repeat 6px 8px;
	color: #666666;
	float: right;
	font-size: 11px;
	margin: 15px 35px 0px 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	z-index: 10;
	width: 200px;
}
.notes h1 {
	border-bottom: 1px solid #666666;
	margin: 10px 0px 3px;
	padding: 0px 0px 4px 30px;
	font-size: 12px;
}
.notes p {
	padding: 0px 10px 10px;
}
p.orderDetails {
	font-size: 14px;
	background: #fcfcfc;
	padding: 10px;
}

/*	FORM INPUT LABELS
//////////////////////////////////	*/
.poNumber {
	clear: left;
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.poNumber label {
	display: block;
	float: left;
	line-height: 18px;
	text-align: right;
	padding-right: 5px;
	width: auto;
}
.input-row {
	clear: left;
	float: left;
	margin: 0px 0px 5px;
	line-height: 22px;
	width: 400px;
}
.input-row-products {
	margin: 0px 0px 5px ;
	line-height: 22px;
	text-align: left;
}
.input-row label, .input-row-products label {
	display: block;
	float: left;
	line-height: 18px;
	text-align: right;
	padding-right: 5px;

}
.input-row label { width: 150px; }
.input-row-products label { width: 100px; }

/* OPTIONS */
.options {
	border-left: 5px solid #666666;
	/*clear: both;
	float: left;*/
	padding-left: 10px;
	margin-left: 150px;
	margin-top: 5px;
}
.button {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.division {
	background: #666666;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	clear: both;
	margin: 10px 0px;
	padding: 10px;
	font-weight: bold;
	line-height: 18px;
}



/* 	INPUTS
/////////////////	*/
input[type=submit] { padding: 2px 7px; font-size: 14px; font-variant: small-caps; }
input, select { margin-right: 5px; }
input[type=text] { font-size: 12px; border: 1px solid #666666; background: #fcfcfc; }
input.large, input.largeINV { float: left; width: 225px; }
input.small, input.smallINV { float: left; width: 100px; }
input.qty, input.qtyINV { float: left; width: 25px; }
input.zip, input.zipINV { float: left; width: 40px; }
select { float: left; background: #fcfcfc; }
input[type=radio] { margin-left: 25px; }
input.other { width: 150px; border: 0px; border: 1px solid #666666; margin-left: 5px; }
input.otherINV { background: #ffffce; border: 0px; border: 1px solid #666666; }

/* INVALID */
input.largeINV, input.smallINV, select.selectINV, input.zipINV, select.qtyINV { background: #ffffce; }


/*	PREVIEW - EMAIL
////////////////////////////	*/
form#orderform { text-align: left; }
.orderNo {
	clear: left;
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.editOption {
	float: right;
	margin-right: 50px;
}
.clientInfoRow {
	clear: both;
	float: left;
	margin-left: 50px;
	width: 500px;
}
.contactInformation {
	float: left;
	width: 250px;
}
.companyAddress {
	float: left;
	width: 250px;
}
.row { clear: both; float: left; margin: 5px 0px; line-height: 16px; margin-left: 15px }
.row ul { margin-top: 5px; }
.row ul li { padding: 0px; margin: 0px; }
.orderItem, .orderItemTitle {
	float: left;
	margin-left: 5px;
	text-align: left;
	width: 450px;
}
.orderQuantity, .orderQuantityTitle {
	float: left;
	text-align: center;
	margin-left: 35px;
	width: 50px;
}
.orderItemTitle, .orderQuantityTitle {
	border-bottom: 1px solid #666666;
}
.orderSubQuantity {
	float: left;
	clear: both;
	margin: 5px 0px 5px 100px;
}
.orderSubItem {
	float: left;
	margin: 5px 0px 5px 5px;
}
.option a, .option a:active, .option a:visited.
.editOption a, .editOption a:active, .editOption a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.option a:hover, .editOption a:hover { background: #666666; color: #CCCCCC; }
fieldset.custom { text-align: left; padding: 10px 50px; }
textarea { text-align: left; }
.thankYou {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
