/*
// Quick Orders for Zen Cart - Add products to cart by inserting model number and quantity
// 
// This program is subject to the Gnu General Public License version 2 (dated June 1991)
// 
// A copy of the license should have been included with this package; see license.txt
// The license is also available at: http://www.gnu.org/copyleft/gpl.html
*/

.qo_error {
	color: #FF0000;
}

#quick-order {
	background-color: transparent;
	border: 1px solid #336699;
	margin: 0 0 1em 1.5em;
	padding: 0 1em 1em 1em;
}

#quick-order .table-header {
	font-weight: bold;
	text-align: left;
	line-height: 2em;
}

/*
#quick-order .row-1 .column-1 {
	background: #DFECF8;
}

#quick-order .row-2 .column-1 {
	background: #E6F0D2;
}

#quick-order .row-1 .column-2 {
	background: #DFECF8;
}

#quick-order .row-2 .column-2 {
	background: #E6F0D2;
}
*/

/* to format the paragraph of text next to the form */

.how-to {
	vertical-align: top;
	width: 50%;
}
