/* styles for order form */

body, td, th, input  { 
	font-family: Monaco, Verdana, Courier;
	font-size: 9px;
	line-height: normal;
	list-style-type: none;
	}
h1	{
	font-family: Monaco, Verdana, Courier;
	font-size:9px;
	line-height: normal;
	list-style-type: none;
	}			
table { border:1px solid #337 }
td  { text-align:left; vertical-align:top; padding:4px 6px }
th	{
	font-family: Monaco, Verdana, Courier; 
	text-align:left; font-size: 9px;	
	padding:6px 8px;
	background-color:#eef0f7;
	border-bottom:1px solid #337
  }
th.first { text-align:left }
tr.even { background-color:#eef0f7 }
tr.odd {}
td.qty { text-align:center }
td.lbl, td.cur { text-align:right }
td.gtot { text-align:right; background-color:#eef0f7; font-weight:bold }
td.btns { text-align:center }
input.cur { text-align:right }
input.btn { 
	background-color:#FFFFFF;
	color:#000000;
	margin:2px 0 
	}