/* Global style sheet */
.orderform, .forminfo {
	font:11px verdana, arial, sans-serif;
}
.orderform {
	width:716px;
	clear:both;
}
.orderform img {
	border:none;
}
.orderform tr.item td {
	padding:15px 0;
	border:1px solid #ac0e0c;
	border-width:0 0 1px 0;
}
.orderform th {
	background:#ac0e0c;
	height:20px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
.orderform .qty {
	width:30px;
}
.no-border {
	border:none;
}
small {
	font:9.35px verdana, arial, sans-serif;
	color:#666;
}
	