ul.formSmall{
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	line-height: 1;
	background: #000 url("/images/cornerBL.gif") no-repeat bottom left;
}

ul.formSmall input{
	vertical-align: middle;
}

ul.formSmall li.formHeader{
	text-align: center;
	background: #000 url("/images/cornerTL.gif") no-repeat top left;
}

ul.formSmall li.formHeader h2{
	font-size: 1.1em;
	font-weight: normal;
	background: url("/images/cornerTR.gif") no-repeat top right;
	margin: 0em;
	padding: 0.2em;
	color: #fff;
}

ul.formSmall li.formBody, ul.formSmall li.formBodyCenter{
	font-size: 1em;
	padding: 0em 0.4em 0.4em 0.4em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #aba;
}

ul.formSmall li.formBody label{
	display: block;
	float: left;
	width: 6em;
	margin-right: 0.4em;
	text-align: right;
}

ul.formSmall li.formBodyCenter{
	text-align: center;
}

ul.formSmall li p{
	font-size: 0.85em;
	padding-top: 0.47em;
	line-height: 1.1;
	margin: 0em;
	text-align: left;
}

ul.formSmall li.formFooter{
	padding: 0.2em;
	text-align: center;
	background: url("/images/cornerBR.gif") no-repeat bottom right;
}
