/* Form */
.scfForm
{
	height: 100%;
	width: 100%;
	text-align: left;	
}

/* Form Title*/
.scfTitleBorder span
{
display:none;
}

/* Form Introduction*/
.scfIntroBorder
{
}

/* Form Footer*/
.scfFooterBorder
{
}

/* Submit Button*/
.scfSubmitButtonBorder
{
padding:10px 0 0 0;
}

.scfSubmitButton
{
}

/* Error */
.scfError
{
}

/* Validation */
.scfValidationSummary
{
}

.scfValidatorRequired,
.scfRequired
{
width:200px;
align:right;
}

.scfValidator
{
width:200px;
}

/* Forms section*/
.scfSectionBorderAsFieldSet
{
}

legend, fieldset {
border:0px solid green;
}

.scfSectionLegend
{
color:#003F7D;
font-family:Arial,Helvetica;
font-weight:bold;
font-size:18px;
}

.scfSectionBorder
{
}

.scfSectionContent
{
display:block;
}

.scfSectionUsefulInfo
{
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder
{
padding-top:5px;
padding-bottom:5px;
}

.scfCheckbox
{
}

.scfCheckboxUsefulInfo
{
}

/* Label */
.scfLabel
{
}

.scfListBoxGeneralPanel,
.scfDropListGeneralPanel
{
}

.scfListBox,
.scfDropList
{
}

.scfMultipleLineTextBox
{
}


.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder,
.scfSingleLineTextBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder,
.scfDateSelectorBorder
{
width:100%;
display:block;
float:left;
}

.scfEmailTextBox,
.scfSingleLineTextBox,
.scfPasswordTextBox,
.scfNumberTextBox,
.scfDateTextBox,
.scfRadioButtonList,
.scfListBox,
.scfFileUpload
{
display:block;
float:letf;
width:200px;
}

.scfCheckBoxList
{
display:block;
float:right;
width:375px;
margin-top:0px;
}

.scfDropListLabel,
.scfEmailLabel,
.scfMultipleLineTextLabel,
.scfSingleLineTextLabel,
.scfPasswordLabel,
.scfNumberLabel,
.scfDateLabel,
.scfRadioButtonListLabel,
.scfListBoxLabel,
.scfFileUploadLabel,
.scfDateSelectorLabel
{
width:40%;
display:block;
float:left;
}

.scfCheckBoxListLabel
{
width:200;
display:block;
float:left;
}
.scfCheckBoxListGeneralPanel
{
width:370px;
display:block;
float:left;
padding:5px 0 5px 0;
}

.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDateGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfFileUploadGeneralPanel,
.scfDateSelectorGeneralPanel
{
width:220px;
display:block;
float:left;
padding:5px 0 5px 0;
}

.scfDropListUsefulInfo,
.scfEmailUsefulInfo,
.scfMultipleLineTextUsefulInfo,
.scfSingleLineTextUsefulInfo,
.scfPasswordUsefulInfo,
.scfNumberUsefulInfo,
.scfDateUsefulInfo,
.scfRadioButtonListUsefulInfo,
.scfListBoxUsefulInfo,
.scfCheckBoxListUsefulInfo,
.scfFileUploadUsefulInfo,
.scfDateSelectorUsefulInfo
{
}

.scfDateSelectorDay,
.scfDateSelectorMonth,
.scfDateSelectorYear
{
}

ul
{
}

