/* styles for order form */

body, td, th, input  { 
	font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	}
h1	{ font-size:1.5em; }	
a:link, a:visited	{ color:#339 }		

table { border:2px solid #000000 }
td  { text-align:left; vertical-align:top; padding:4px 6px }
th	{ 
  text-align:center; font-size: 14px;
  padding:6px 8px;
  background-color:#330000;
  border-bottom:1px solid #000000
  }
th.first {
	text-align:center;
	color: #996600;
}
tr.even {
	background-color:#333300;
	color: #996600;
}
tr.odd {
	color: #996600;
}
td.qty { text-align:center }
td.lbl, td.cur { text-align:right }
td.gtot { text-align:right; background-color:#330000; font-weight:bold }
td.btns { text-align:center }
input.cur { text-align:right }
input.btn { 
	background-color:#330000;
	color:#000000;
	margin:2px 0 
	}

