p {
	margin: 0;
	padding: 0;
	padding-top: 0em;
	padding-bottom: 3em;
	font-size: .85em;
}

img {
	border: 0;
}

#content ul, #content ol {
	margin: 0;
	padding: 0;
	margin-left: 2em;
	margin-bottom: 1.25em;
}

#content li {
	font-size: .85em;
}

#content ul.spread li, #content ol.spread li {
	margin-bottom: 1.75em;
}

h1 {
	font-size: 1.5em;
	margin-top: .1em;
	margin-bottom: .5em;
	color: #0000FF;
	text-align: center;
}
h2 {
	font-size: 1.25em;
	margin-top: .1em;
	margin-bottom: .25em;
}
h3 {
	font-size: 1.1em;
	margin-top: .1em;
	margin-bottom: 0em;
}

h4 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: .1em;
}

fieldset {
	margin-bottom: 2em;
}

fieldset ol {
	list-style-type: none;
    padding: 0;
    padding-left: 1em;
}

fieldset li {
	margin-bottom: .5em;
    position:relative;
}

.error {
	color: red;
	font-weight: bold;
}

fieldset label { 
	display: block; 
	float: left; 
	width: 8em; 
	text-align: right; 
	padding-right: 1em; 
}

#contact_us ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

label.overlabel {
    color:#999;
}
label.overlabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    z-index:1;
    color:#999;
}

table.form input {
	width: 25em;
}

table.form .checklist input {
	width: 20px;
}
table.form textarea {
	width: 25em;
	height: 6em;
}

table#products {
	width: 90%;
}

table#buying {
	border: 1px solid black;
	border-collapse: collapse;
}

table#buying td, table#buying th {
	border: 1px solid black;
	text-align: center;
}

td#subtotal {
	text-align: right;
}