body {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
}

td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

textarea, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

#outerTable {
	width: 800px;
}

#LeftDiv {
	text-align: left;
	font-size: 8pt;
}

#RightDiv {
	text-align: right;
	font-size: 8pt;
}

/*#TnCDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 445px;
}*/

#FileUploadTable {
	text-align: left;
}

#FileUploadLeftTD {
	text-align: center;
	width: 170px;
}

#FileUploadDiv {
	text-align: left;
	width: 448px;
}

#TnCTextArea {
	width: 440px;
	height: 110px;
}

#PrevNextTable {
	width: 780px;
}

#PrevTD {
	text-align: left;
	font-size: 11px;
	width: 390px;
}

#NextTD {
	text-align: right;
	font-size: 11px;
	width: 390px;
}

#HeaderLink {
	text-align: right;
	font-size: 10pt;
}

#RedLabel {
	color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
}

#BlackLabel {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

#CustomerReturnTable {
	width: 554px;
}

#CustomerReturnTable th {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

#CustomerReturnTableOrderHeader {
	width: 100%;
}

#CustomerReturnTableOrderHeader td {
	width: 260px;
	font-size: 7.5pt;
}

#CustomerReturnNextTable {
	width: 100%;
}

#CustomerReturnTableItems {
	width: 100%;
}

#CustomerReturnTableItems th {
	color: #333333;
	background-color: #CCCC99;
	font-size: 8pt;
	font-weight: bold;
	height: 18px;
}

.CustomerReturnEvenRow {
	background-color: #F6FFDB;
	font-size: 7pt;
}

.CustomerReturnOddRow {
	background-color: #FFFFFF;
	font-size: 7pt;
}

.CustomerReturnExchangeField {
	width: 95%;
	font-size: 7pt;
}

.CustomerReturnQuantityField {
	width: 95%;
	text-align: right;
	font-size: 7pt;
}

#CustomerCommentDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 440px;
}

#CustomerCommentTextArea {
	width: 440px;
	height: 110px;
}

.instructions {
	margin-left: auto;
	margin-right: auto;
	width: 440px;
}

.EvenRow TD {
	background-color: #F6FFDB;
}

.OddRow TD {
	background-color: #FFFFFF;
}

.errorMessage {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.ButtonDiv {
	text-align: center;
}

#order-lookup {
	margin: 0 auto;
}

#order-lookup th {
	font-weight: normal;
	text-align: left;
	width: 150px;
	white-space: nowrap;
	padding: 5px;
}

#order-lookup td {
	padding: 5px;
}

#order-lookup .input {
	width: 180px;
}