.contribHeader
{
	clear: left;
	background-color: #E9E9E9;
	font-size: 130%;
	font-weight: bold;
	padding: 6px;
	margin: 12px 0px;
}

.contribField 
{
	clear: left;
	margin: 8px 0px;
	padding: 0px 6px;
}
.contribLabel 
{
	float: left;
	width: 200px;
	font-weight: bold;
}
.req 
{
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.contribInput 
{
	float: left;
	width: 380px;
}
.contribInput, .contribInput input, .contribFull, .contribFull input, .contribFull table
{
}
.contribFull label 
{
	font-weight: bold;
}

.contribSummary 
{
	font-size: 110%;
	margin: 8px 0px;
}
.contribSummarySub 
{
	margin-left: 12px;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}