/* Form */
.scfForm
{
	height: 100%;
	width: 700px;
	text-align: left;	
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:1em;
}

/* Form Title*/
.scfTitleBorder
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 5px 0pt;
	text-decoration: none;
	font-weight: bold;
}

/* Form Introduction*/
.scfIntroBorder
{
}

/* Form Footer*/
.scfFooterBorder
{
}

/* Submit Button*/
.scfSubmitButtonBorder
{
}

.scfSubmitButton
{
}

/* Validation */
.scfValidationSummary
{
}

.scfValidator
{
	margin: 0px;
	display:block;
}

.scfValidatorRequired,
.scfRequired
{
	margin: 5px;
	margin-left:0px;
	float : left;
}

/* Forms section*/
.scfSectionBorderAsFieldSet
{
	border: 0;
	width: 700px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
}

.scfSectionLegend
{
    font-size: 0.8em;
	font-weight: bold;
	background: #1e317f;
	text-align: left;
	position: relative;
	padding:5px 5px;
}

legend span
{
    width: 700px;
	display: block;
}

.scfSectionBorder
{
	margin:0px;
	padding: 0px;
	width: 100%;
}

.scfSectionContent
{
	width: 100%;
	float: left;
}

.scfSectionUsefulInfo
{
	width: 100%;
	margin-left:6px;
	vertical-align:top;
	display:inline;
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder
{
	clear:left;
	text-align: left;
	display: block;
	margin: 5px 0px;
	width: 100%;
}

.scfCheckbox
{
	width: 90%;
	display: block;
	padding:0px 3px;	
}

.scfCheckboxUsefulInfo
{
	font-size:0.9em;
	display: block;
	width:90%;	
	padding:0px 6px;
}

/* Label */
.scfLabel
{
	width: 100%;
	display: block;
}

.scfListBoxGeneralPanel,
.scfDropListGeneralPanel
{
	margin: 0px 3px;
	display: block;
	float:left;
}

.scfListBox,
.scfDropList
{
	width:250px;
	margin:0px;
	margin-left:3px;
}

.scfMultipleLineTextBox
{
	width:500px !important;
	margin:0px;
}

.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder,
.scfSingleLineTextBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder,
.scfCreditCardBorder,
.scfConfirmPasswordBorder,
.scfDateSelectorBorder,
.scfTelephoneBorder,
.scfSmsTelephoneBorder
{
	text-align: left;
	display: block;
	margin: 5px 0px;
	width: 100%;
	vertical-align: top;
}

.scfEmailTextBox,
.scfMultipleLineTextBox,
.scfSingleLineTextBox,
.scfPasswordTextBox,
.scfNumberTextBox,
.scfDateTextBox,
.scfRadioButtonList,
.scfCheckBoxList,
.scfFileUpload,
.scfCreditCardTextBox,
.scfCreditCardType,
.scfConfirmPasswordTextBox,
.scfTelephoneTextBox,
.scfSmsTelephoneTextBox
{
	width: 250px;
}

.scfDropListLabel,
.scfEmailLabel,
.scfMultipleLineTextLabel,
.scfSingleLineTextLabel,
.scfPasswordLabel,
.scfNumberLabel,
.scfDateLabel,
.scfRadioButtonListLabel,
.scfCheckBoxListLabel,
.scfListBoxLabel,
.scfFileUploadLabel,
.scfDateSelectorLabel,
.scfCreditCardLabel,
.scfConfirmPasswordLabel,
.scfTelephoneLabel,
.scfSmsTelephoneLabel
{
	float:left;
	display:block;
	text-align:left;
	width: 220px;
	padding: 5px;
	clear: left;
}

.scfMultipleLineTextLabel
{
	float: none;
}

.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDateGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel,
.scfDateSelectorGeneralPanel,
.scfCreditCardGeneralPanel,
.scfConfirmPasswordGeneralPanel,
.scfTelephoneGeneralPanel,
.scfSmsTelephoneGeneralPanel,
.scfListBoxGeneralPanel,
.scfDropListGeneralPanel
{
	margin: 0px 3px;
	display: block;
	float:left;
	padding: 5px;
}

.scfDropListUsefulInfo,
.scfEmailUsefulInfo,
.scfMultipleLineTextUsefulInfo,
.scfSingleLineTextUsefulInfo,
.scfPasswordUsefulInfo,
.scfNumberUsefulInfo,
.scfDateUsefulInfo,
.scfRadioButtonListUsefulInfo,
.scfListBoxUsefulInfo,
.scfCheckBoxListUsefulInfo,
.scfFileUploadUsefulInfo,
.scfDateSelectorUsefulInfo,
.scfCreditCardTextUsefulInfo,
.scfConfirmPasswordUsefulInfo,
.scfTelephoneUsefulInfo,
.scfSmsTelephoneUsefulInfo
{
	font-size:0.9em;
	padding: 2px 0px 0px 2px;
	display: block;
	width:100%;	
}

.scfDateSelectorDay,
.scfDateSelectorMonth,
.scfDateSelectorYear
{
	width:33%;
	margin:0px;
}

.scfDateSelectorLabel
{
    margin-top: 7px;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear
{
    padding:0px 0px 1px 0px;
    margin: 0px;
    display : block;
    float : left;
    font-size:xx-small;
    line-height:10px;
    width:33%;
}

.ShortNumberLongQuestion label, .YesNoLongQuestion label
{
	width: 600px;
	text-align: left;
}
.ShortNumberLongQuestion .scfNumberTextBox
{
	width: 30px !important;
}
.ShortNumberLongQuestion .scfNumberUsefulInfo
{
	display: inline;
	padding-left: 5px;
}
.YesNoLongQuestion
{
}
.ShiftLeft label
{
	width: auto;
}
.TypeRadio .scfRadioButtonList
{
	width: 400px !important;
}
