﻿.titleAbove .scfEmailLabel, 
.titleAbove .scfSingleLineTextLabel,
.titleAbove .scfPasswordLabel, 
.titleAbove .scfMultipleLineTextLabel,
.titleAbove .scfDropListLabel,
.titleAbove .scfListBoxLabel,
.titleAbove .scfCheckBoxListLabel,
.titleAbove .scfFileUploadLabel,
.titleAbove .scfDateSelectorLabel,
.titleAbove .scfNumberLabel
{
	display: block;	
	width:100%
}
.titleAbove .scfEmailGeneralPanel, 
.titleAbove .scfSingleLineGeneralPanel,
.titleAbove .scfPasswordGeneralPanel, 
.titleAbove .scfMultipleLineGeneralPanel,
.titleAbove .scfDropListGeneralPanel,
.titleAbove .scfListBoxGeneralPanel,
.titleAbove .scfCheckBoxListGeneralPanel,
.titleAbove .scfFileUploadGeneralPanel,
.titleAbove .scfDateSelectorGeneralPanel,
.titleAbove .scfNumberGeneralPanel
{
	margin-left:0;
	width:91%
}

.titleAbove
{
	clear:left;	
	text-align: left;
	display: block;
	margin: 5px 0px;
	width: 100%;
	vertical-align: top;
}

