form#orderForm, form#customerForm {
	text-align: center;
}


#orderForm table.form th, #orderForm table.form td {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #a9a9a9;
	border-collapse: collapse;
	border-spacing: 0;
}

#orderForm table {
	border: 1px solid #646464;
	margin: 0px auto 0px auto;	
	width: 80%;
}

#orderForm table.form th {
	font-weight: bold;
	border: 1px solid #646464;
	background-color: #5064A0;
	color: #ffffff;
}

#orderForm div.btnRow, #customerForm div.btnRow, #summaryForm div.btnRow {
	text-align: center;
	margin: 10px 0px;
}

#submitBtn {
	
}


#customerForm table {
	margin: 0px auto 0px auto;	
	width: 100%;
}

#customerForm table.form td {
	padding: 3px 5px 3px 5px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #a9a9a9;
}

#customerForm .medium {
	width: 120px;
}

#customerForm .long {
	width: 160px;
}

#customerForm .required {

}

table.details {
	border: 1px solid #646464;
}


table.details th, table.details td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #a9a9a9;
	border-collapse: collapse;
	border-spacing: 0;
}

table.details th {
	font-weight: bold;
	border: 1px solid #646464;
	background-color: #5064A0;
	color: #ffffff;
}

table.details tr.summary {
	font-weight: bold;
}
