
div, form, dl, dt, dd, ul, ol, li, p, h1, h2 {
	margin: 0;
	padding: 0;
}
h1 { font-size: 18px; margin-bottom: 10px; font-weight: bold; }
h2 { font-size: 16px; margin-bottom: 5px; font-weight: bold; }
ul, ol {
	padding: 5px 0 10px 0;
	list-style: disc;
	list-style-position: outside;
}
ol { list-style: decimal; }
li {
	padding: 0 0 2px 0;
	margin: 0 0 0 60px;
}
img { border: none; }
table { text-align: left; }

p {
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 12pt;
	text-align: justify;
}
.podForm p.instructions {
	margin: 4px 0 0 0;
	font-style: italic;
}
.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
	text-align: right;
}
.notice {
	font-size: 9px;
	font-style: italic;
	text-align: justify;
	line-height: 8pt;
}
div.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.red { color: #c00; }
.green { color: #0c0; }
.bold { font-weight: bold; }

input, select, textarea {
	margin: 0;
	padding: 2px;
	color: #444;
	border: 1px solid #999;
	font: 11px Verdana, sans-serif;
	background-color: #fff;
	cursor: pointer;
}
input { width: 85px; }
select { padding: 1px; }
textarea { overflow: auto; }

.podForm input.hidden { border: none; background-color: transparent; float: none; cursor: default; padding: 0px; }
.podForm input.radio, .podForm input.radioRight,
.podForm input.radioEditor, .podForm input.removeBox { width: 24px; height:16px; margin-top:2px; border: none; background-color: transparent; }
.podForm input.radioRight { margin-left: 25px; }