/* styles for order form */


.orderForm h1	{ font-size:1.5em; }	
	

.orderForm { border:1px dashed #337;
width: 530px;
margin: 10px; }
.orderForm td  { text-align:left; vertical-align:middle; padding:4px 6px; border: 0px solid ; }
.orderForm th	{ 
  text-align:center; font-size: 14px;
  padding:6px 8px;
  background-color:#eef0f7;
  border-bottom:1px dashed #337
  }
.orderForm th.first { text-align:left }
.orderForm tr.even { background-color:#eef0f7 }
.orderForm tr.odd {}
.orderForm td.qty { text-align:center }
.orderForm td.lbl, td.cur { text-align:right }
.orderForm td.gtot { text-align:right; background-color:#eef0f7; font-weight:bold }
.orderForm td.btns { text-align:center }
.orderForm input.cur { text-align:right }
.orderForm input.btn { 
	background-color:#336;
	color:#fff;
	margin:2px 0 
	}
	
	.orderForm td.lbl  {
	font-color: #999;
	font-weight:bold;
	
	
	}
	
		.orderForm td.lbl input  {
	width: 80%;
	
	}
	
	.orderForm span {
font-size:10px;	}