
.FormContent_Entries_Start
{
	clear:both;
	height:1px;
	font-size: 0; /* required for IE6 */
	width:100%;
}

.FormContent_Entries_End
{
	clear:both;
	height:1px;
	font-size: 0; /* required for IE6 */
	width:100%;
}

.FormContent_Separator_EntryTopics_Small
{
	clear:both;
	height:6px;
	font-size: 0; /* required for IE6 */
	width:100%;
}

.FormContent_Separator_EntryTopics_Medium
{
	clear:both;
	height:20px;
	font-size: 0; /* required for IE6 */
	width:100%;
}

.FormContent_Separator_EntryTopics_Large
{
	clear:both;
	height:40px;
	font-size: 0; /* required for IE6 */
	width:100%;
}

.FormContent_LineSeparator_EntryTopics
{
	width: 100%;
	clear: both;
	height: 2px;
	font-size: 0; /* required for IE6 */
	background-color: Black;
	margin: 8px 0;
}

.FormContent_Entry
{
	clear:both;
	width:99%;
	margin: 0 auto;
	text-align:left;
}

.FormContent_EntryName
{
	clear:left;
	float:left;
	padding:2px;
	text-align:right;
	vertical-align:top;
	width:23.5%;
}

.FormContent_EntryContents
{
	clear:right;
	float:right;
	padding:2px;
	text-align:left;
	vertical-align:top;
	width:73.5%;
}

.FormContent_FullWidthEntry
{
	clear:both;
	text-align:left;
	width:100%;
}

.FormContent_EntryAction
{
	clear:both;
	margin:0 auto;
}
