/* STYLES FOR BRIDGE ORDER FORMS */
	.orderForm {
		border: none;	
		background-color: #FFF;
		padding: 8px;
		/*width: 700px;*/
		font-size: 85%;
		margin-bottom: 24px;
	}
	
	.orderForm table {
		border: 1px solid #CCC;
		width: 100%;
		border-collapse: collapse;
	}
	.orderForm table td, 
	.orderForm table th {
		border: 1px #eee; 
		padding:4px;
		text-align: left;
	}
	
	.orderForm table th {
		font-weight: bold;
		background-color: #F8F8F8;
	}
	
	.orderForm table td {
		border: 1px solid #ccc;
		background-color: #fff;
		color: #000;

	}
	
	.orderForm table td.lbl,
	.orderForm table td.lblR {
		text-align: right;
		border-right: none; 
	}
	
	.orderForm table td.Opt {
		border-left: none;
	}
	.orderForm table td.price {
		font-size: 150%;
	}
	
	.orderForm table td.price span.sh {
		font-size: 75%;
	}
	
div#viewcart,
p.tip 
	{
		margin: 12px 0 0 0;
		font-size: 70%;
		text-align: center;
	}
	
