/*****************
Gross Automation Web Quote CSS Reset
Version: xx.xx
Date: xx/xx/xx

This style sheet is intednded to reset form and table styles of the Gross Automation Web Quote form.
Use the master CSS style sheet to edit form and/or table styles.
******************/

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	list-style: none;
}