﻿/* Form */

.scfForm
{
	height: 100%;
	width: 100%;
	text-align: left;
	font-family: arial,verdana,helvetica,sans-serif;
/*	line-height: 1.4em; */
/*	font-size: 0.8em; */
	
}

/* 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
{
margin-top: 14px;
}

/* Error */
.scfError
{
}

/* Validation */
.scfValidationSummary
{
}

.scfValidatorRequired, .scfRequired
{
padding-left: 4px;
/*	float: right;*/
}

.scfValidatorRequired
{
        color: red;
}

.scfValidator
{
	margin-left: 4px;
	display: block;
	font-size: 0.7em;
        color: red;
}

/* Forms section*/
.scfSectionBorderAsFieldSet
{
	padding: 0 px 15px 15px 15px;
	border: 0px;
	border-top: solid 2px;
	margin: 0px 30px;
}

.scfSectionLegend
{
	padding: 7px 13px 8px 13px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
}

.scfSectionBorder
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.scfSectionContent
{
	width: 100%;
	float: left;
}

.scfSectionUsefulInfo
{
	width: 100%; /*padding: 5px 0px 0px 20px;*/
	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 0px;
	margin: 0px;
}

.scfCheckboxUsefulInfo
{
/*	font-size: 0.9em; */
	display: block;
	width: 90%;
	padding: 0px 3px;
}

/* Label */
.scfLabel
{
	width: 100%;
	display: block;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel
{
/*	margin: 0px 3px; */
/*	width: 61%; */
	display: block;
	float: left;
}

.scfListBox, .scfDropList
{
/*	width: 100%;*/
	padding: 4px;
/*	margin: 10px;*/
/*	margin-left: 3px;*/
	margin-bottom:14px;
/*	border:0 none;*/
	color: #5a5a5a;
}

.scfMultipleLineTextBox
{
	width: 450px;
	margin: 0px;
/*	border:0 none; */
	padding: 4px 0px 0px 0px;
	display: block;
	color: #5a5a5a;
}


.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder
{
	clear: left; 
	text-align: left;
	display: block;
/*	width: 100%; */
	vertical-align: top;
}

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox
{
/* 	width: 100%; */
/*	margin: 100px;*/
	font-size: 0.7em;
/*	border:0 none;*/
	color:#666666;
	margin-bottom: 12px;
	padding: 4px;
}


.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel,.scfTelephoneLabel
{
	padding: 4px 0px 4px 0px;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	color: #5a5a5a;
/*	background-color: red; */
/*	width: 30%; */
/* 	float: left; */
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel
{
/*	margin: 0px 3px; */
/*	width: 60%; */
	display: block;
	float: left;
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo
{
/*	padding-left: 3px;*/
	font-size: 0.7em;
/*	width: 100%;*/
	display: block;
	float: left;
	color: #5a5a5a;
	margin-bottom: 14px;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear
{
	width: 33%;
	margin: 0px;
}


.scfCreditCardType
{
	width: 100%;
}

.scfCaptchaLabelText
{
	font-size: 0.7em;
	font-weight:bold;
	color: #5a5a5a;
}


.scfCaptcha img
{
	border : 1px solid black;
}

.scfCaptchaTextBox
{
/*	width : 100%; */
}
.scfCaptchStrongTextPanel
{
	width : 180px;
	display: block;
	float: left;
}

.scfCaptchaBorder, .scfCaptchaGeneralPanel
{
	margin-top : 0px;
	margin-bottom : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.scfCaptchaLimitGeneralPanel
{
	width:215px;
}

.scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired
{
	float: right;	
}

.scfCaptchaGeneralPanel embed
{
   position:absolute;
   z-index : -10;
}

.scfCaptchaGeneralPanel td br
{
	margin-top : 3px;
	margin-bottom : 5px;
}

.scfCaptchaGeneralPanel td input
{
	margin-left:20px;	
}

.scfCaptchaGeneralPanel table
{
	margin-top: 30px;
}

